1 #ifndef _USERENV_PCH_ 2 #define _USERENV_PCH_ 3 4 #include <stdio.h> 5 6 #define WIN32_NO_STATUS 7 #define _INC_WINDOWS 8 #define COM_NO_WINDOWS_H 9 10 #include <windef.h> 11 #include <winbase.h> 12 #include <winreg.h> 13 #include <winnls.h> 14 #include <objbase.h> 15 #define NTOS_MODE_USER 16 #include <ndk/rtlfuncs.h> 17 #include <userenv.h> 18 #include <strsafe.h> 19 20 #include "internal.h" 21 22 #endif /* _USERENV_PCH_ */ 23