summaryrefslogtreecommitdiffstats
path: root/loader/wine/pshpack8.h
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-02-23 14:50:55 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-02-23 14:50:55 +0000
commitbb7b132e08455afc0db5f1473d070801ffbfa455 (patch)
tree2dbbafeaa101cc052a9aa8058192ff287a94dbd9 /loader/wine/pshpack8.h
parent55e51ffed41c65cb0a4c8ea43d837e0b86fae100 (diff)
downloadmpv-bb7b132e08455afc0db5f1473d070801ffbfa455.tar.bz2
mpv-bb7b132e08455afc0db5f1473d070801ffbfa455.tar.xz
Add MPLAYER_ prefix to multiple inclusion guards.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26077 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'loader/wine/pshpack8.h')
-rw-r--r--loader/wine/pshpack8.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/loader/wine/pshpack8.h b/loader/wine/pshpack8.h
index 9be196c586..ed1fec033e 100644
--- a/loader/wine/pshpack8.h
+++ b/loader/wine/pshpack8.h
@@ -1,5 +1,5 @@
-#ifndef WINE_PSHPACK_H
-#define WINE_PSHPACK_H 8
+#ifndef MPLAYER_PSHPACK_H
+#define MPLAYER_PSHPACK_H 8
#if 0
//#pragma pack(8)
@@ -7,6 +7,6 @@
#error "8 as alignment is not supported"
#endif /* 0 ; !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 */