diff osdep/shmem.h @ 26029:4129c8cfa742

Add MPLAYER_ prefix to multiple inclusion guards.
author diego
date Fri, 22 Feb 2008 09:09:46 +0000
parents 6ac1ece1f9fe
children 5cfef41a1771
line wrap: on
line diff
--- a/osdep/shmem.h	Fri Feb 22 08:08:19 2008 +0000
+++ b/osdep/shmem.h	Fri Feb 22 09:09:46 2008 +0000
@@ -1,7 +1,7 @@
-#ifndef SHMEM_H
-#define SHMEM_H
+#ifndef MPLAYER_SHMEM_H
+#define MPLAYER_SHMEM_H
 
 void* shmem_alloc(int size);
 void shmem_free(void* p,int size);
 
-#endif /* SHMEM_H */
+#endif /* MPLAYER_SHMEM_H */