Build autochk with NDK

svn path=/trunk/; revision=16191
This commit is contained in:
Alex Ionescu 2005-06-20 21:50:02 +00:00
parent be5ad51996
commit 725169d745
2 changed files with 12 additions and 2 deletions

View file

@ -24,6 +24,15 @@
#define EVENT_PAIR_ALL_ACCESS (0x1F0000L)
/* For ProcessDeviceMap */
#define DOSDEVICE_DRIVE_UNKNOWN 0
#define DOSDEVICE_DRIVE_CALCULATE 1
#define DOSDEVICE_DRIVE_REMOVABLE 2
#define DOSDEVICE_DRIVE_FIXED 3
#define DOSDEVICE_DRIVE_REMOTE 4
#define DOSDEVICE_DRIVE_CDROM 5
#define DOSDEVICE_DRIVE_RAMDISK 6
/* ENUMERATIONS **************************************************************/

View file

@ -27,8 +27,9 @@
/* INCLUDES *****************************************************************/
#include <ntos.h>
#include <napi/shared_data.h>
#include <windows.h>
#define NTOS_MODE_USER
#include <ndk/ntndk.h>
/* FUNCTIONS ****************************************************************/