mirror of
https://github.com/reactos/reactos.git
synced 2024-12-31 19:42:51 +00:00
[CSRSRV]
* Missed this. Sorry. svn path=/trunk/; revision=53288
This commit is contained in:
parent
19c4bb805c
commit
6bd214137d
1 changed files with 10 additions and 1 deletions
|
@ -4,7 +4,16 @@
|
|||
#define WIN32_NO_STATUS
|
||||
#include <windows.h>
|
||||
#include <winnt.h>
|
||||
#include <ndk/lpctypes.h>
|
||||
#include <ndk/exfuncs.h>
|
||||
#include <ndk/iofuncs.h>
|
||||
#include <ndk/kefuncs.h>
|
||||
#include <ndk/lpcfuncs.h>
|
||||
#include <ndk/ldrfuncs.h>
|
||||
#include <ndk/mmfuncs.h>
|
||||
#include <ndk/obfuncs.h>
|
||||
#include <ndk/setypes.h>
|
||||
#include <ndk/sefuncs.h>
|
||||
#include <ndk/umfuncs.h>
|
||||
|
||||
/* CSR Header */
|
||||
//#include <csr/server.h>
|
||||
|
|
Loading…
Reference in a new issue