[MPlayer-cvslog] r24433 - in trunk/loader/wine: avifmt.h winestring.h winuser.h

diego subversion at mplayerhq.hu
Wed Sep 12 17:30:22 CEST 2007


Author: diego
Date: Wed Sep 12 17:30:22 2007
New Revision: 24433

Log:
Consistently use path as multiple inclusion guard.


Modified:
   trunk/loader/wine/avifmt.h
   trunk/loader/wine/winestring.h
   trunk/loader/wine/winuser.h

Modified: trunk/loader/wine/avifmt.h
==============================================================================
--- trunk/loader/wine/avifmt.h	(original)
+++ trunk/loader/wine/avifmt.h	Wed Sep 12 17:30:22 2007
@@ -3,10 +3,10 @@
  *  AVIFMT - AVI file format definitions
  *
  ****************************************************************************/
-#ifndef AVIFMT 
-#define AVIFMT
+#ifndef WINE_AVIFMT_H
+#define WINE_AVIFMT_H
 
-#ifndef NOAVIFMT 
+#ifndef WINE_NOAVIFMT_H
 
 #ifndef  __WINE_WINDEF_H
 #include "wine/windef.h"
@@ -240,5 +240,5 @@ typedef struct
 **
 ** Used in video streams.
 */
-#endif /* NOAVIFMT */
-#endif /* AVIFMT */
+#endif /* WINE_NOAVIFMT_H */
+#endif /* WINE_AVIFMT_H */

Modified: trunk/loader/wine/winestring.h
==============================================================================
--- trunk/loader/wine/winestring.h	(original)
+++ trunk/loader/wine/winestring.h	Wed Sep 12 17:30:22 2007
@@ -1,5 +1,5 @@
-#ifndef __WINE_WINE_WINESTRING_H
-#define __WINE_WINE_WINESTRING_H
+#ifndef __WINE_WINESTRING_H
+#define __WINE_WINESTRING_H
 
 #include "windef.h"
 
@@ -10,4 +10,4 @@ LPSTR       WINAPI lstrcpynWtoA(LPSTR,LP
 
 #define lstrncmpiA strncasecmp
 
-#endif /* __WINE_WINE_WINESTRING_H */
+#endif /* __WINE_WINESTRING_H */

Modified: trunk/loader/wine/winuser.h
==============================================================================
--- trunk/loader/wine/winuser.h	(original)
+++ trunk/loader/wine/winuser.h	Wed Sep 12 17:30:22 2007
@@ -1,5 +1,5 @@
-#ifndef _WINUSER_
-#define _WINUSER_
+#ifndef _WINE_WINUSER_H
+#define _WINE_WINUSER_H
 
 #ifndef RC_INVOKED
 #include <stdarg.h>
@@ -2926,4 +2926,4 @@ VOID        WINAPI ScreenSwitchEnable16(
 }
 #endif
 
-#endif /* _WINUSER_ */
+#endif /* _WINE_WINUSER_H */



More information about the MPlayer-cvslog mailing list