diff loader/wine/basetsd.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 251338cf2f58
children f1b223278b20
line wrap: on
line diff
--- a/loader/wine/basetsd.h	Thu Sep 13 00:17:52 2007 +0000
+++ b/loader/wine/basetsd.h	Thu Sep 13 08:50:21 2007 +0000
@@ -9,8 +9,8 @@
  * $Id$
  */
 
-#ifndef __WINE_BASETSD_H
-#define __WINE_BASETSD_H
+#ifndef WINE_BASETSD_H
+#define WINE_BASETSD_H
 
 #include "config.h"
 
@@ -170,7 +170,4 @@
 } /* extern "C" */
 #endif /* defined(__cplusplus) */
 
-#endif /* !defined(__WINE_BASETSD_H) */
-
-
-
+#endif /* !defined(WINE_BASETSD_H) */