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