https://git.reactos.org/?p=reactos.git;a=commitdiff;h=6691cbe8895bb76b69dff7f994b02660e8b9c7d1
commit 6691cbe8895bb76b69dff7f994b02660e8b9c7d1 Author: Katayama Hirofumi MZ <katayama.hirofumi...@gmail.com> AuthorDate: Sun Nov 5 17:17:09 2023 +0900 Commit: Katayama Hirofumi MZ <katayama.hirofumi...@gmail.com> CommitDate: Sun Nov 5 17:18:07 2023 +0900 [REGEDIT] Use <winuser.rh> instead of <winuser.h> in regedit.rc CORE-18876 --- base/applications/regedit/regedit.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/applications/regedit/regedit.rc b/base/applications/regedit/regedit.rc index 18568e40aff..92d85406224 100644 --- a/base/applications/regedit/regedit.rc +++ b/base/applications/regedit/regedit.rc @@ -19,7 +19,7 @@ */ #include <windef.h> -#include <winuser.h> +#include <winuser.rh> #include <commctrl.h> #include "resource.h"