X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=reactos%2Finclude%2Freactos%2Fasm.h;h=ffb565297490126131043dcf9022cc0452b8c707;hp=a8a252e542192c682918a6c4213d7b9242769cc0;hb=086a6f014095df100b8b5cad2f67db3347c4481c;hpb=49da6c12d89fd18640f3208951628cdb3e8a677b 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