mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
Fix building kernel32 test
svn path=/trunk/; revision=17000
This commit is contained in:
parent
e51757630c
commit
0349ed11fb
2 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
<module name="kernel32_test" type="test">
|
||||
<include base="rtshared">.</include>
|
||||
<include base="kernel32">.</include>
|
||||
<define name="_DISABLE_TIDENTS" />
|
||||
<define name="_SEH_NO_NATIVE_NLG" />
|
||||
<define name="__USE_W32API" />
|
||||
|
@ -10,6 +11,7 @@
|
|||
<library>regtests</library>
|
||||
<library>kernel32_base</library>
|
||||
<library>pseh</library>
|
||||
<library>intrlck</library>
|
||||
<library>ntdll</library>
|
||||
<library>msvcrt</library>
|
||||
<linkerflag>-lgcc</linkerflag>
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
#include <k32.h>
|
||||
#include <regtests.h>
|
||||
|
||||
int
|
||||
mainCRTStartup(int argc, char *argv[])
|
||||
|
|
Loading…
Reference in a new issue