[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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@
/* INCLUDES *********************************************************/
#include <windef.h>
#include <winuser.h>
#include <winuser.rh>
#include <commctrl.h>
#include "resource.h"