[WIN32K][WIN32U] Fix system call ids (#5287)
[reactos.git] / modules / rostests / apitests / win32u / win32u_2k3sp2 / sys-stubs.S
index 425c53d..ed5c562 100644 (file)
@@ -7,6 +7,10 @@
 SyscallId = HEX(1000)
 #define SVC_(name, argcount) STUB_U name, argcount
 
+#ifdef _M_AMD64
+#include "win32ksvc-2k3sp2-64.h"
+#else
 #include "win32ksvc-2k3sp2.h"
+#endif
 
 END