[MSPAINT] Use <winuser.rh> instead of <winuser.h> in rsrc.rc (#5883)

CORE-19094
This commit is contained in:
Katayama Hirofumi MZ
2023-11-04 21:53:04 +09:00
committed by GitHub
parent 119057800e
commit d21def4819
+1 -1
View File
@@ -8,7 +8,7 @@
/* INCLUDES *********************************************************/
#include <windef.h>
#include <winuser.h>
#include <winuser.rh>
#include <commctrl.h>
#include "resource.h"