mirror of
https://github.com/reactos/reactos.git
synced 2024-11-07 15:10:53 +00:00
58c6a293bc
- add a gdi32 api test, based on the one in the win32 folder - add a user32 api test - change type of test functions to int - implement a quick 'n dirty html api status output - uncomment NtGdiTransormPoints in w32kdll.def - add ASSERT1 macro (ASSERT is already used) - include some more headers svn path=/trunk/; revision=28169
12 lines
366 B
Ruby
12 lines
366 B
Ruby
<module name="gdi32api" type="win32cui">
|
|
<include base="gdi32api">.</include>
|
|
<define name="__USE_W32API" />
|
|
<define name="_WIN32_WINNT">0x0501</define>
|
|
<library>apitest</library>
|
|
<library>kernel32</library>
|
|
<library>user32</library>
|
|
<library>gdi32</library>
|
|
<library>shell32</library>
|
|
<file>gdi32api.c</file>
|
|
<file>testlist.c</file>
|
|
</module>
|