sync to trunk revision 36700
[reactos.git] / reactos / include / ndk / asm.h
index 09ccd1a..39706d3 100644 (file)
@@ -16,7 +16,9 @@ Author:
     Alex Ionescu (alex.ionescu@reactos.com)   06-Oct-2004
 
 --*/
-
+#ifdef _M_AMD64
+# include "amd64/asm.h"
+#else
 #ifndef _ASM_H
 #define _ASM_H
 
@@ -620,5 +622,6 @@ Author:
 
 
 
+#endif