summaryrefslogtreecommitdiffstats
path: root/loader/wine/pshpack2.h
diff options
context:
space:
mode:
Diffstat (limited to 'loader/wine/pshpack2.h')
-rw-r--r--loader/wine/pshpack2.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/loader/wine/pshpack2.h b/loader/wine/pshpack2.h
index ab8f641c5b..0adc0463ea 100644
--- a/loader/wine/pshpack2.h
+++ b/loader/wine/pshpack2.h
@@ -1,5 +1,5 @@
-#ifndef WINE_PSHPACK_H
-#define WINE_PSHPACK_H 2
+#ifndef MPLAYER_PSHPACK_H
+#define MPLAYER_PSHPACK_H 2
#if defined(__GNUC__) || defined(__SUNPRO_C) || defined(__SUNPRO_CC)
//#pragma pack(2)
@@ -7,6 +7,6 @@
#error "2 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 */