- Implement EnumServicesStatusW.
[reactos.git] / reactos / services / rpcss / rpcss.h
1 #ifndef __RPCSS_H__
2 #define __RPCSS_H__
3
4 #define UNICODE
5
6 #include <stdio.h>
7 #define WIN32_NO_STATUS
8 #include <windows.h>
9 #define NTOS_MODE_USER
10 #include <ndk/ntndk.h>
11
12 VOID
13 StartEndpointMapper(VOID);
14
15 #endif /* __RPCSS_H__ */
16
17 /* EOF */
18