[ASM]
authorTimo Kreuzer <timo.kreuzer@reactos.org>
Wed, 10 Mar 2010 00:31:06 +0000 (00:31 +0000)
committerTimo Kreuzer <timo.kreuzer@reactos.org>
Wed, 10 Mar 2010 00:31:06 +0000 (00:31 +0000)
Don't check for _MSC_VER to decide if the assembly source is going to be compiled with ML or AS, instead check for _USE_ML
Fixes compiling .S files with AS, when using MSVC

svn path=/branches/header-work/; revision=46045

include/reactos/asm.h

index 1005c1f..30afca4 100644 (file)
@@ -6,7 +6,7 @@
  * PROGRAMMERS:     Timo Kreuzer (timo.kreuzer@reactos.org)
  */
 
  * PROGRAMMERS:     Timo Kreuzer (timo.kreuzer@reactos.org)
  */
 
-#ifdef _MSC_VER
+#ifdef _USE_ML
 
 /* Allow ".name" identifiers */
 OPTION DOTNAME
 
 /* Allow ".name" identifiers */
 OPTION DOTNAME