mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 21:09:15 +00:00
7ad21a4425
- Convert win32k native api test to actual wine style api-tests - Hack around a bit with the win32k dlls, some renaming, etc. - Delete old apitest stuff svn path=/trunk/; revision=70458
13 lines
161 B
ArmAsm
13 lines
161 B
ArmAsm
|
|
#include <asm.inc>
|
|
#include <syscalls.inc>
|
|
|
|
.code
|
|
|
|
SyscallId = HEX(1000)
|
|
#define SVC_(name, argcount) STUB_U name, argcount
|
|
|
|
#include "win32ksvc-2k3sp2.h"
|
|
|
|
END
|