diff --git a/reactos/include/reactos/asm.h b/reactos/include/reactos/asm.h index a8a252e5421..ffb56529749 100644 --- a/reactos/include/reactos/asm.h +++ b/reactos/include/reactos/asm.h @@ -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 +#define else .else #endif