[PSDK] Use the new .rh files in winresrc.h

This commit is contained in:
Hermès Bélusca-Maïto 2023-11-23 13:04:32 +01:00
parent 9384e742eb
commit f6fb7c48c9
No known key found for this signature in database
GPG key ID: 3B2539C65E7B93D0

View file

@ -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_ */