Use W32API.

svn path=/trunk/; revision=15956
This commit is contained in:
Filip Navara 2005-06-17 09:46:03 +00:00
parent 826e4d001b
commit 204dc0088b
2 changed files with 2 additions and 1 deletions

View file

@ -27,7 +27,7 @@
/* INCLUDES *****************************************************************/
#include <ddk/ntddk.h>
#include <ntos.h>
#include <napi/shared_data.h>
/* FUNCTIONS ****************************************************************/

View file

@ -1,5 +1,6 @@
<module name="autochk" type="nativecui" installbase="system32" installname="autochk.exe">
<include base="autochk">.</include>
<define name="__USE_W32API" />
<define name="_DISABLE_TIDENTS" />
<library>ntdll</library>
<file>autochk.c</file>