reactos/dll/win32/userenv/precomp.h
Amine Khaldi ddb3d908c9 * Sync up to trunk HEAD (r62285). Branch guys deserve the significant speedups too ;)
svn path=/branches/shell-experiments/; revision=62286
2014-02-22 10:31:26 +00:00

22 lines
359 B
C

#ifndef _USERENV_PCH_
#define _USERENV_PCH_
#include <stdio.h>
#define WIN32_NO_STATUS
#define _INC_WINDOWS
#define COM_NO_WINDOWS_H
#include <windef.h>
#include <winbase.h>
#include <winreg.h>
#include <winnls.h>
#include <objbase.h>
#define NTOS_MODE_USER
#include <ndk/rtlfuncs.h>
#include <userenv.h>
#include "internal.h"
#endif /* _USERENV_PCH_ */