diff loader/wine/pshpack4.h @ 26045:a8ea87c71d18

Add MPLAYER_ prefix to multiple inclusion guards.
author diego
date Sat, 23 Feb 2008 14:50:55 +0000
parents f1b223278b20
children 32725ca88fed
line wrap: on
line diff
--- a/loader/wine/pshpack4.h	Sat Feb 23 14:47:43 2008 +0000
+++ b/loader/wine/pshpack4.h	Sat Feb 23 14:50:55 2008 +0000
@@ -1,5 +1,5 @@
-#ifndef WINE_PSHPACK_H
-#define WINE_PSHPACK_H 4
+#ifndef MPLAYER_PSHPACK_H
+#define MPLAYER_PSHPACK_H 4
 
 #if defined(__GNUC__) || defined(__SUNPRO_CC)
 //#pragma pack(4)
@@ -9,7 +9,7 @@
 #error "4 as alignment isn't supported by the compiler"
 #endif /* defined(__GNUC__) || defined(__SUNPRO_CC) ; !defined(RC_INVOKED) */
 
-#else /* WINE_PSHPACK_H */
+#else /* MPLAYER_PSHPACK_H */
 #error "Nested pushing of alignment isn't supported by the compiler"
-#endif /* WINE_PSHPACK_H */
+#endif /* MPLAYER_PSHPACK_H */