ReactOS 0.4.15-dev-7842-g558ab78
winresrc.h
Go to the documentation of this file.
1#ifndef _WINRESRC_H
2#define _WINRESRC_H
3
4#define WIN32_LEAN_AND_MEAN
5#include <winuser.h>
6#include <winnt.h>
7#include <winver.h>
8#include <dde.h>
9#include <dlgs.h>
10#include <commctrl.h>
11#endif