2014-02-07 18:02:02 +00:00
|
|
|
#ifndef _USERENV_PCH_
|
|
|
|
#define _USERENV_PCH_
|
|
|
|
|
2005-07-26 14:00:45 +00:00
|
|
|
#include <stdio.h>
|
2014-01-25 22:24:43 +00:00
|
|
|
|
2005-10-19 17:03:38 +00:00
|
|
|
#define WIN32_NO_STATUS
|
2013-01-24 23:00:42 +00:00
|
|
|
#define _INC_WINDOWS
|
|
|
|
#define COM_NO_WINDOWS_H
|
2014-01-25 22:24:43 +00:00
|
|
|
|
2013-01-24 23:00:42 +00:00
|
|
|
#include <windef.h>
|
|
|
|
#include <winbase.h>
|
|
|
|
#include <winreg.h>
|
|
|
|
#include <winnls.h>
|
2014-01-25 22:24:43 +00:00
|
|
|
#include <objbase.h>
|
2004-08-15 20:24:43 +00:00
|
|
|
#define NTOS_MODE_USER
|
2011-08-14 17:31:30 +00:00
|
|
|
#include <ndk/rtlfuncs.h>
|
2004-08-15 20:24:43 +00:00
|
|
|
#include <userenv.h>
|
2015-06-26 18:59:25 +00:00
|
|
|
#include <strsafe.h>
|
2004-10-08 11:52:30 +00:00
|
|
|
|
2004-08-15 21:39:59 +00:00
|
|
|
#include "internal.h"
|
2014-02-07 18:02:02 +00:00
|
|
|
|
|
|
|
#endif /* _USERENV_PCH_ */
|