mirror of
https://github.com/reactos/reactos.git
synced 2025-04-04 20:50:41 +00:00
[PSDK] Use the new .rh files in winresrc.h
This commit is contained in:
parent
9384e742eb
commit
f6fb7c48c9
1 changed files with 9 additions and 8 deletions
|
@ -1,11 +1,12 @@
|
|||
#ifndef _WINRESRC_H
|
||||
#define _WINRESRC_H
|
||||
#ifndef _WINRESRC_
|
||||
#define _WINRESRC_
|
||||
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#include <winuser.h>
|
||||
#include <winnt.h>
|
||||
#include <winver.h>
|
||||
#include <dde.h>
|
||||
#include <winuser.rh>
|
||||
#include <winnt.rh>
|
||||
#include <commctrl.rh>
|
||||
#include <dde.rh>
|
||||
#include <dlgs.h>
|
||||
#include <commctrl.h>
|
||||
#endif
|
||||
#include <winver.h>
|
||||
|
||||
#endif /* _WINRESRC_ */
|
||||
|
|
Loading…
Reference in a new issue