diff loader/wine/winbase.h @ 24422:c98c9e7f3bd0

Remove leading underscores from multiple inclusion guards, leading underscores are reserved in the C standard.
author diego
date Thu, 13 Sep 2007 08:50:21 +0000
parents a422b6c96368
children 2c8cdb9123b8
line wrap: on
line diff
--- a/loader/wine/winbase.h	Thu Sep 13 00:17:52 2007 +0000
+++ b/loader/wine/winbase.h	Thu Sep 13 08:50:21 2007 +0000
@@ -1,5 +1,5 @@
-#ifndef __WINE_WINBASE_H
-#define __WINE_WINBASE_H
+#ifndef WINE_WINBASE_H
+#define WINE_WINBASE_H
 
 #include "basetsd.h"
 #include "winnt.h"
@@ -1782,4 +1782,4 @@
 }
 #endif
 
-#endif  /* __WINE_WINBASE_H */
+#endif  /* WINE_WINBASE_H */