mirror of
https://github.com/reactos/reactos.git
synced 2025-01-07 14:51:00 +00:00
b91657fe81
- link to w32kdll instead of implementing all syscalls as stubs. I will remove the rest of the syscall code as soon as our syscall db is more complete - more TEST -> RTEST - update w32kdll_ros.def - add tests for NtGdiEngCreatePalette, NtGdiEnumFontOpen - Add some gdi handle table code to w32knapi - header cleanup svn path=/trunk/; revision=28619
7 lines
274 B
Ruby
7 lines
274 B
Ruby
<module name="w32kdll" type="win32dll" entrypoint="0" installname="w32kdll.dll">
|
|
<importlibrary definition="w32kdll_ros.def" />
|
|
<define name="__USE_W32API" />
|
|
<define name="_WIN32_WINNT">0x0502</define>
|
|
<library>win32ksys</library>
|
|
<file>main.c</file>
|
|
</module>
|