mirror of
https://github.com/reactos/reactos.git
synced 2025-04-04 20:50:41 +00:00
* Include NDK headers on-demand.
svn path=/trunk/; revision=53231
This commit is contained in:
parent
fe829a3587
commit
704a9a3f49
11 changed files with 63 additions and 20 deletions
|
@ -7,7 +7,10 @@
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
#include <netevent.h>
|
#include <netevent.h>
|
||||||
#define NTOS_MODE_USER
|
#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>
|
#include <services/services.h>
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,16 @@
|
||||||
#define WIN32_NO_STATUS
|
#define WIN32_NO_STATUS
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
#define NTOS_MODE_USER
|
#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/api.h>
|
||||||
#include <sm/helper.h>
|
#include <sm/helper.h>
|
||||||
|
|
|
@ -4,7 +4,10 @@
|
||||||
|
|
||||||
#define WIN32_NO_STATUS
|
#define WIN32_NO_STATUS
|
||||||
#include <windows.h>
|
#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>
|
#include <ks.h>
|
||||||
|
|
|
@ -24,7 +24,19 @@
|
||||||
#define WIN32_NO_STATUS
|
#define WIN32_NO_STATUS
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
#define NTOS_MODE_USER
|
#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 */
|
/* Internal NTDLL */
|
||||||
#include "ntdllp.h"
|
#include "ntdllp.h"
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
#define WIN32_NO_STATUS
|
|
||||||
#define NTOS_MODE_USER
|
|
||||||
#define _ACLUI_
|
#define _ACLUI_
|
||||||
|
#define WIN32_NO_STATUS
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
#include <ndk/ntndk.h>
|
#define NTOS_MODE_USER
|
||||||
|
#include <ndk/rtlfuncs.h>
|
||||||
#include <commctrl.h>
|
#include <commctrl.h>
|
||||||
#include <oleauto.h>
|
#include <oleauto.h>
|
||||||
#include <objsel.h>
|
#include <objsel.h>
|
||||||
|
|
|
@ -41,9 +41,11 @@
|
||||||
#define CONTINUOUS_NOTES
|
#define CONTINUOUS_NOTES
|
||||||
|
|
||||||
#define WIN32_NO_STATUS
|
#define WIN32_NO_STATUS
|
||||||
#define NTOS_MODE_USER
|
|
||||||
#include <windows.h>
|
#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 <stdio.h>
|
||||||
#include <ntddbeep.h>
|
#include <ntddbeep.h>
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
#include <winerror.h>
|
#include <winerror.h>
|
||||||
#include <windns.h>
|
#include <windns.h>
|
||||||
#include <ndk/ntndk.h>
|
#include <ndk/rtlfuncs.h>
|
||||||
|
|
||||||
/* Internal DNSAPI Headers */
|
/* Internal DNSAPI Headers */
|
||||||
#include <internal/windns.h>
|
#include <internal/windns.h>
|
||||||
|
|
|
@ -1,10 +1,4 @@
|
||||||
/* Can't use precomp.h because these weren't stubbed properly */
|
#include "precomp.h"
|
||||||
#define WIN32_NO_STATUS
|
|
||||||
#define NTOS_MODE_USER
|
|
||||||
#include <windows.h>
|
|
||||||
#include <windns.h>
|
|
||||||
#include <ndk/ntndk.h>
|
|
||||||
|
|
||||||
#include <debug.h>
|
#include <debug.h>
|
||||||
|
|
||||||
DNS_STATUS WINAPI
|
DNS_STATUS WINAPI
|
||||||
|
|
|
@ -15,9 +15,13 @@
|
||||||
#define UNICODE
|
#define UNICODE
|
||||||
#define _UNICODE
|
#define _UNICODE
|
||||||
|
|
||||||
|
#include <stdio.h>
|
||||||
|
|
||||||
/* PSDK/NDK Headers */
|
/* PSDK/NDK Headers */
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
#include <ndk/ntndk.h>
|
#include <ndk/cmfuncs.h>
|
||||||
|
#include <ndk/obfuncs.h>
|
||||||
|
#include <ndk/rtlfuncs.h>
|
||||||
|
|
||||||
/* FMIFS Public Header */
|
/* FMIFS Public Header */
|
||||||
#include <fmifs/fmifs.h>
|
#include <fmifs/fmifs.h>
|
||||||
|
|
|
@ -4,6 +4,7 @@
|
||||||
#define NtCurrentTeb NtXCurrentTeb
|
#define NtCurrentTeb NtXCurrentTeb
|
||||||
|
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#ifdef HAVE_NETINET_IN_H
|
#ifdef HAVE_NETINET_IN_H
|
||||||
|
@ -24,7 +25,9 @@
|
||||||
#include <ws2tcpip.h>
|
#include <ws2tcpip.h>
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
#define NTOS_MODE_USER
|
#define NTOS_MODE_USER
|
||||||
#include <ndk/ntndk.h>
|
#include <ndk/iofuncs.h>
|
||||||
|
#include <ndk/obfuncs.h>
|
||||||
|
#include <ndk/rtlfuncs.h>
|
||||||
#include <nspapi.h>
|
#include <nspapi.h>
|
||||||
#include <iptypes.h>
|
#include <iptypes.h>
|
||||||
#include "iphlpapi.h"
|
#include "iphlpapi.h"
|
||||||
|
|
|
@ -20,7 +20,20 @@
|
||||||
#undef NTDDI_VERSION
|
#undef NTDDI_VERSION
|
||||||
#define NTDDI_VERSION NTDDI_WS03SP1
|
#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 */
|
/* CSRSS Header */
|
||||||
#include <csrss/csrss.h>
|
#include <csrss/csrss.h>
|
||||||
|
|
Loading…
Reference in a new issue