[NOTEPAD] Use <winuser.rh> instead of <winuser.h> in rsrc.rc

CORE-18837
This commit is contained in:
Katayama Hirofumi MZ 2023-11-05 17:11:06 +09:00
parent 81ba804b55
commit efb9128c24

View file

@ -7,7 +7,7 @@
*/
#include <windef.h>
#include <winuser.h>
#include <winuser.rh>
#include <dlgs.h>
#include "notepad_res.h"