Sync with trunk rev.61910 to get latest improvements and bugfixes.
[reactos.git] / dll / win32 / userenv / precomp.h
1 #include <stdio.h>
2
3 #define WIN32_NO_STATUS
4 #define _INC_WINDOWS
5 #define COM_NO_WINDOWS_H
6
7 #include <windef.h>
8 #include <winbase.h>
9 #include <winreg.h>
10 #include <winnls.h>
11 #include <objbase.h>
12 #define NTOS_MODE_USER
13 #include <ndk/rtlfuncs.h>
14 #include <userenv.h>
15
16 #include "internal.h"