add else
[reactos.git] / reactos / include / reactos / asm.h
index a8a252e..ffb5652 100644 (file)
@@ -159,5 +159,6 @@ code = 1
    conditionals. We therefore use "if", too. .if shouldn't be used at all */
 #define if .if
 #define endif .endif
    conditionals. We therefore use "if", too. .if shouldn't be used at all */
 #define if .if
 #define endif .endif
+#define else .else
 
 #endif
 
 #endif