* Don't include the whole NDK for just one header.

svn path=/trunk/; revision=53216
This commit is contained in:
Amine Khaldi 2011-08-13 21:39:37 +00:00
parent fb59583ee0
commit ac5fecad86

View file

@ -9,6 +9,7 @@
#include <ctype.h>
#include <stdlib.h>
#include <stdio.h>
#define WIN32_NO_STATUS
#include <winsock2.h>
@ -16,7 +17,7 @@
#include <ws2tcpip.h>
#include <windows.h>
#define NTOS_MODE_USER
#include <ndk/ntndk.h>
#include <ndk/rtlfuncs.h>
#include <wsahelp.h>