mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
* Include NDK headers on-demand.
svn path=/trunk/; revision=53231
This commit is contained in:
@@ -7,7 +7,10 @@
|
||||
#include <windows.h>
|
||||
#include <netevent.h>
|
||||
#define NTOS_MODE_USER
|
||||
#include <ndk/ntndk.h>
|
||||
#include <ndk/iofuncs.h>
|
||||
#include <ndk/obtypes.h>
|
||||
#include <ndk/obfuncs.h>
|
||||
#include <ndk/rtlfuncs.h>
|
||||
#include <services/services.h>
|
||||
|
||||
|
||||
|
||||
@@ -6,7 +6,16 @@
|
||||
#define WIN32_NO_STATUS
|
||||
#include <windows.h>
|
||||
#define NTOS_MODE_USER
|
||||
#include <ndk/ntndk.h>
|
||||
#include <ndk/cmfuncs.h>
|
||||
#include <ndk/exfuncs.h>
|
||||
#include <ndk/iofuncs.h>
|
||||
#include <ndk/lpcfuncs.h>
|
||||
#include <ndk/mmtypes.h>
|
||||
#include <ndk/mmfuncs.h>
|
||||
#include <ndk/obfuncs.h>
|
||||
#include <ndk/psfuncs.h>
|
||||
#include <ndk/rtlfuncs.h>
|
||||
#include <ndk/umfuncs.h>
|
||||
|
||||
#include <sm/api.h>
|
||||
#include <sm/helper.h>
|
||||
|
||||
@@ -4,7 +4,10 @@
|
||||
|
||||
#define WIN32_NO_STATUS
|
||||
#include <windows.h>
|
||||
#include <ndk/ntndk.h>
|
||||
//#include <ndk/ntndk.h>
|
||||
#include <ndk/iofuncs.h>
|
||||
#include <ndk/obtypes.h>
|
||||
#include <ndk/rtlfuncs.h>
|
||||
|
||||
|
||||
#include <ks.h>
|
||||
|
||||
@@ -24,7 +24,19 @@
|
||||
#define WIN32_NO_STATUS
|
||||
#include <windows.h>
|
||||
#define NTOS_MODE_USER
|
||||
#include <ndk/ntndk.h>
|
||||
#include <ndk/cmfuncs.h>
|
||||
#include <ndk/dbgkfuncs.h>
|
||||
#include <ndk/exfuncs.h>
|
||||
#include <ndk/iofuncs.h>
|
||||
#include <ndk/kdtypes.h>
|
||||
#include <ndk/kefuncs.h>
|
||||
#include <ndk/ldrfuncs.h>
|
||||
#include <ndk/lpcfuncs.h>
|
||||
#include <ndk/mmfuncs.h>
|
||||
#include <ndk/obfuncs.h>
|
||||
#include <ndk/psfuncs.h>
|
||||
#include <ndk/rtlfuncs.h>
|
||||
#include <ndk/umfuncs.h>
|
||||
|
||||
/* Internal NTDLL */
|
||||
#include "ntdllp.h"
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
#define WIN32_NO_STATUS
|
||||
#define NTOS_MODE_USER
|
||||
#define _ACLUI_
|
||||
#define WIN32_NO_STATUS
|
||||
#include <windows.h>
|
||||
#include <ndk/ntndk.h>
|
||||
#define NTOS_MODE_USER
|
||||
#include <ndk/rtlfuncs.h>
|
||||
#include <commctrl.h>
|
||||
#include <oleauto.h>
|
||||
#include <objsel.h>
|
||||
|
||||
@@ -41,9 +41,11 @@
|
||||
#define CONTINUOUS_NOTES
|
||||
|
||||
#define WIN32_NO_STATUS
|
||||
#define NTOS_MODE_USER
|
||||
#include <windows.h>
|
||||
#include <ndk/ntndk.h>
|
||||
#define NTOS_MODE_USER
|
||||
#include <ndk/iofuncs.h>
|
||||
#include <ndk/obfuncs.h>
|
||||
#include <ndk/rtlfuncs.h>
|
||||
#include <stdio.h>
|
||||
#include <ntddbeep.h>
|
||||
#include <math.h>
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
#include <windows.h>
|
||||
#include <winerror.h>
|
||||
#include <windns.h>
|
||||
#include <ndk/ntndk.h>
|
||||
#include <ndk/rtlfuncs.h>
|
||||
|
||||
/* Internal DNSAPI Headers */
|
||||
#include <internal/windns.h>
|
||||
|
||||
@@ -1,10 +1,4 @@
|
||||
/* Can't use precomp.h because these weren't stubbed properly */
|
||||
#define WIN32_NO_STATUS
|
||||
#define NTOS_MODE_USER
|
||||
#include <windows.h>
|
||||
#include <windns.h>
|
||||
#include <ndk/ntndk.h>
|
||||
|
||||
#include "precomp.h"
|
||||
#include <debug.h>
|
||||
|
||||
DNS_STATUS WINAPI
|
||||
|
||||
@@ -15,9 +15,13 @@
|
||||
#define UNICODE
|
||||
#define _UNICODE
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
/* PSDK/NDK Headers */
|
||||
#include <windows.h>
|
||||
#include <ndk/ntndk.h>
|
||||
#include <ndk/cmfuncs.h>
|
||||
#include <ndk/obfuncs.h>
|
||||
#include <ndk/rtlfuncs.h>
|
||||
|
||||
/* FMIFS Public Header */
|
||||
#include <fmifs/fmifs.h>
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
#define NtCurrentTeb NtXCurrentTeb
|
||||
|
||||
#include <stdarg.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <sys/types.h>
|
||||
#ifdef HAVE_NETINET_IN_H
|
||||
@@ -24,7 +25,9 @@
|
||||
#include <ws2tcpip.h>
|
||||
#include <windows.h>
|
||||
#define NTOS_MODE_USER
|
||||
#include <ndk/ntndk.h>
|
||||
#include <ndk/iofuncs.h>
|
||||
#include <ndk/obfuncs.h>
|
||||
#include <ndk/rtlfuncs.h>
|
||||
#include <nspapi.h>
|
||||
#include <iptypes.h>
|
||||
#include "iphlpapi.h"
|
||||
|
||||
@@ -20,7 +20,20 @@
|
||||
#undef NTDDI_VERSION
|
||||
#define NTDDI_VERSION NTDDI_WS03SP1
|
||||
|
||||
#include <ndk/ntndk.h>
|
||||
#include <ndk/cmfuncs.h>
|
||||
#include <ndk/dbgkfuncs.h>
|
||||
#include <ndk/exfuncs.h>
|
||||
#include <ndk/iofuncs.h>
|
||||
#include <ndk/kdtypes.h>
|
||||
#include <ndk/kefuncs.h>
|
||||
#include <ndk/ldrfuncs.h>
|
||||
#include <ndk/mmfuncs.h>
|
||||
#include <ndk/obfuncs.h>
|
||||
#include <ndk/pofuncs.h>
|
||||
#include <ndk/psfuncs.h>
|
||||
#include <ndk/rtlfuncs.h>
|
||||
#include <ndk/setypes.h>
|
||||
#include <ndk/umfuncs.h>
|
||||
|
||||
/* CSRSS Header */
|
||||
#include <csrss/csrss.h>
|
||||
|
||||
Reference in New Issue
Block a user