Fix building kernel32 test

svn path=/trunk/; revision=17000
This commit is contained in:
Casper Hornstrup 2005-08-03 14:45:50 +00:00
parent e51757630c
commit 0349ed11fb
2 changed files with 3 additions and 0 deletions

View file

@ -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>

View file

@ -1,4 +1,5 @@
#include <k32.h>
#include <regtests.h>
int
mainCRTStartup(int argc, char *argv[])