mirror of
https://github.com/reactos/reactos.git
synced 2024-11-05 14:19:25 +00:00
10a264845d
Silence some warnings, fix compilation of w32kdll with MSVC, give dllexport_test dlls a base address. svn path=/trunk/; revision=63515
12 lines
158 B
ArmAsm
12 lines
158 B
ArmAsm
|
|
#include <asm.inc>
|
|
#include <syscalls.inc>
|
|
|
|
.code
|
|
|
|
SyscallId = HEX(1000)
|
|
#define SVC_(name, argcount) STUB_U name, argcount
|
|
|
|
#include "win32ksvc-ros.h"
|
|
|
|
END
|