mirror of
https://github.com/reactos/reactos.git
synced 2025-01-11 16:51:06 +00:00
12 lines
193 B
C
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
|