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.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/loader/wine/ldt.h b/loader/wine/ldt.h
index b750302540..89d2a6b692 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 MPLAYER_LDT_H
+#define MPLAYER_LDT_H
#include "windef.h"
enum seg_type
@@ -95,4 +95,5 @@ extern unsigned char ldt_flags_copy[LDT_SIZE];
#ifdef __cplusplus
}
#endif
-#endif /* WINE_LDT_H */
+
+#endif /* MPLAYER_LDT_H */