Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers...
[reactos.git] / rostests / apitests / win32u / win32u_ros / sys-stubs.S
diff --git a/rostests/apitests/win32u/win32u_ros/sys-stubs.S b/rostests/apitests/win32u/win32u_ros/sys-stubs.S
deleted file mode 100644 (file)
index 1a139f5..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-
-#include <asm.inc>
-#include <syscalls.inc>
-
-.code
-
-SyscallId = HEX(1000)
-#define SVC_(name, argcount) STUB_U name, argcount
-
-#include "w32ksvc.h"
-
-END