summaryrefslogtreecommitdiffstats
path: root/loader/wine/ldt.h
diff options
context:
space:
mode:
Diffstat (limited to 'loader/wine/ldt.h')
-rw-r--r--loader/wine/ldt.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/loader/wine/ldt.h b/loader/wine/ldt.h
index f87ecc14e2..0304ccbf9a 100644
--- a/loader/wine/ldt.h
+++ b/loader/wine/ldt.h
@@ -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 @@ extern unsigned char ldt_flags_copy[LDT_SIZE];
#ifdef __cplusplus
}
#endif
-#endif /* __WINE_LDT_H */
+#endif /* WINE_LDT_H */