diff loader/wine/ldt.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 3b5f5d1c5041
children 2c8cdb9123b8
line wrap: on
line diff
--- a/loader/wine/ldt.h	Thu Sep 13 00:17:52 2007 +0000
+++ b/loader/wine/ldt.h	Thu Sep 13 08:50:21 2007 +0000
@@ -4,8 +4,8 @@
  * Copyright 1995 Alexandre Julliard
  */
 
-#ifndef __WINE_LDT_H
-#define __WINE_LDT_H
+#ifndef WINE_LDT_H
+#define WINE_LDT_H
 
 #include "windef.h"
 enum seg_type
@@ -95,4 +95,4 @@
 #ifdef __cplusplus
 }
 #endif
-#endif  /* __WINE_LDT_H */
+#endif  /* WINE_LDT_H */