Sync with trunk head (part 1 or 2)
[reactos.git] / subsystems / win / basesrv / basesrv.h
1 #pragma once
2
3 /* PSDK/NDK Headers */
4 #include <stdio.h>
5 #include <windows.h>
6
7 #define NTOS_MODE_USER
8 #include <ndk/ntndk.h>
9
10 #include <csr/server.h>
11 #include <win/base.h>