mirror of
https://github.com/reactos/reactos.git
synced 2024-10-30 19:41:57 +00:00
10a264845d
Silence some warnings, fix compilation of w32kdll with MSVC, give dllexport_test dlls a base address. svn path=/trunk/; revision=63515
13 lines
158 B
ArmAsm
13 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
|