https://git.reactos.org/?p=reactos.git;a=commitdiff;h=f6fb7c48c9b9d3127cfd1e0e42638e1988e666ad

commit f6fb7c48c9b9d3127cfd1e0e42638e1988e666ad
Author:     Hermès Bélusca-Maïto <hermes.belusca-ma...@reactos.org>
AuthorDate: Thu Nov 23 13:04:32 2023 +0100
Commit:     Hermès Bélusca-Maïto <hermes.belusca-ma...@reactos.org>
CommitDate: Thu Nov 23 13:04:32 2023 +0100

    [PSDK] Use the new .rh files in winresrc.h
---
 sdk/include/psdk/winresrc.h | 17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

diff --git a/sdk/include/psdk/winresrc.h b/sdk/include/psdk/winresrc.h
index 8540e42e88a..dfddbc80c9b 100644
--- a/sdk/include/psdk/winresrc.h
+++ b/sdk/include/psdk/winresrc.h
@@ -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_ */

Reply via email to