mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 13:25:57 +00:00
c424146e2c
svn path=/branches/cmake-bringup/; revision=48236
11 lines
193 B
C
11 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
|