mirror of
https://github.com/reactos/reactos.git
synced 2024-11-06 06:33:08 +00:00
603ac00e50
It does syscalls on ros by linking to w32kdll.dll On windows it uses syscall tables (only winxp sp2 available atm) svn path=/trunk/; revision=28106
13 lines
390 B
Ruby
13 lines
390 B
Ruby
<module name="w32knapi" type="win32cui">
|
|
<include base="w32knapi">.</include>
|
|
<define name="__USE_W32API" />
|
|
<define name="_WIN32_WINNT">0x0501</define>
|
|
<library>kernel32</library>
|
|
<library>user32</library>
|
|
<library>gdi32</library>
|
|
<library>shell32</library>
|
|
<file>w32knapi.c</file>
|
|
<file>testlist.c</file>
|
|
<file>xp-2600.c</file>
|
|
<file>..\apitest.c</file>
|
|
</module>
|