[CRT]
[reactos.git] / lib / sdk / crt / except / amd64 / seh.s
index e784457..9d44d3f 100644 (file)
@@ -8,8 +8,8 @@
 
 /* INCLUDES ******************************************************************/
 
-#include <ndk/asm.h>
-.intel_syntax noprefix
+#include <asm.inc>
+#include <ksamd64.inc>
 
 #define DISPOSITION_DISMISS         0
 #define DISPOSITION_CONTINUE_SEARCH 1
@@ -54,3 +54,5 @@ _except_handler2:
 _except_handler3:
     ret
 .endfunc
+
+END