summaryrefslogtreecommitdiffstats
path: root/vidix/sysdep/AsmMacros_x86.h
diff options
context:
space:
mode:
Diffstat (limited to 'vidix/sysdep/AsmMacros_x86.h')
-rw-r--r--vidix/sysdep/AsmMacros_x86.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/vidix/sysdep/AsmMacros_x86.h b/vidix/sysdep/AsmMacros_x86.h
index c2ab1dc217..cc78246ae4 100644
--- a/vidix/sysdep/AsmMacros_x86.h
+++ b/vidix/sysdep/AsmMacros_x86.h
@@ -4,8 +4,8 @@
Modified for readability by Nick Kurshev
*/
-#ifndef __ASM_MACROS_X86_H
-#define __ASM_MACROS_X86_H
+#ifndef ASMMACROS_X86_H
+#define ASMMACROS_X86_H
//#if defined (WINNT)
//#error This stuff is not ported on your system
@@ -290,4 +290,4 @@ static __inline__ void intr_enable()
#endif
-//#endif
+//#endif /* ASMMACROS_X86_H */