mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
Use W32API.
svn path=/trunk/; revision=15956
This commit is contained in:
parent
826e4d001b
commit
204dc0088b
2 changed files with 2 additions and 1 deletions
|
@ -27,7 +27,7 @@
|
|||
|
||||
/* INCLUDES *****************************************************************/
|
||||
|
||||
#include <ddk/ntddk.h>
|
||||
#include <ntos.h>
|
||||
#include <napi/shared_data.h>
|
||||
|
||||
/* FUNCTIONS ****************************************************************/
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue