diff vidix/sysdep/AsmMacros_x86.h @ 23934:88bed2131f19

Identifiers starting with underscores are reserved.
author diego
date Tue, 31 Jul 2007 07:04:07 +0000
parents a9e111b88c4a
children 9c4ad35fabc5
line wrap: on
line diff
--- a/vidix/sysdep/AsmMacros_x86.h	Tue Jul 31 06:57:57 2007 +0000
+++ b/vidix/sysdep/AsmMacros_x86.h	Tue Jul 31 07:04:07 2007 +0000
@@ -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 @@
 
 #endif
 
-//#endif
+//#endif /* ASMMACROS_X86_H */