From bb7b132e08455afc0db5f1473d070801ffbfa455 Mon Sep 17 00:00:00 2001 From: diego Date: Sat, 23 Feb 2008 14:50:55 +0000 Subject: Add MPLAYER_ prefix to multiple inclusion guards. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26077 b3059339-0415-0410-9bf9-f77b7e298cf2 --- loader/wine/vfw.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'loader/wine/vfw.h') 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 */ -- cgit v1.2.3