summaryrefslogtreecommitdiffstats
path: root/loader/wine/vfw.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/vfw.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/vfw.h')
-rw-r--r--loader/wine/vfw.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/loader/wine/vfw.h b/loader/wine/vfw.h
index a2a7caf9d0..e663129c82 100644
--- a/loader/wine/vfw.h
+++ b/loader/wine/vfw.h
@@ -3,8 +3,8 @@
* http://svn.mplayerhq.hu/mplayer/trunk/
*/
-#ifndef WINE_VFW_H
-#define WINE_VFW_H
+#ifndef MPLAYER_VFW_H
+#define MPLAYER_VFW_H
//#include "pshpack1.h"
#ifdef __cplusplus
extern "C" {
@@ -43,7 +43,7 @@ typedef struct {
#define VFWAPI
#define VFWAPIV
-#ifndef WINE_WINDEF_H
+#ifndef MPLAYER_WINDEF_H
typedef long (__stdcall__ *DRIVERPROC)(long,HDRVR,unsigned int,long,long);
#endif
@@ -668,4 +668,4 @@ typedef struct {
#ifdef __cplusplus
}
#endif
-#endif /* WINE_VFW_H */
+#endif /* MPLAYER_VFW_H */