reactos/reactos/include/psdk/winresrc.h
Stefan Ginsberg e1d8bf2000 - Remove system_header from most of PSDK
svn path=/trunk/; revision=37448
2008-11-18 19:27:05 +00:00

12 lines
193 B
C

#ifndef _WINRESRC_H
#define _WINRESRC_H
#define WIN32_LEAN_AND_MEAN
#include <winuser.h>
#include <winnt.h>
#include <winver.h>
#include <dde.h>
#include <dlgs.h>
#include <commctrl.h>
#endif