- Implement proper version of WaitNamedPipeW to be used when NPFS will be modified...
[reactos.git] / vms / server / vmssrv.h
1 #ifndef _VMSSS_H_INCLUDED_
2 #define _VMSSS_H_INCLUDED_
3
4 /* PSDK/NDK Headers */
5 #include <stdio.h>
6 #include <windows.h>
7
8 #define NTOS_MODE_USER
9 #include <ndk/ntndk.h>
10
11 #include <csr/server.h>
12
13 #endif /* ndef _VMSSS_H_INCLUDED_ */