reactos/dll/win32/userenv/precomp.h
Timo Kreuzer 9ea495ba33 Create a branch for header work.
svn path=/branches/header-work/; revision=45691
2010-02-26 22:57:55 +00:00

12 lines
215 B
C

#include <stdio.h>
#define WIN32_NO_STATUS
#include <windows.h>
#define NTOS_MODE_USER
#include <ndk/ntndk.h>
#include <userenv.h>
#include <sddl.h>
#include <shlobj.h>
#include "internal.h"
#include "resources.h"