mirror of
https://github.com/reactos/reactos.git
synced 2025-05-07 18:56:48 +00:00
[MSPAINT] Use <winuser.rh> instead of <winuser.h> in rsrc.rc (#5883)
CORE-19094
This commit is contained in:
parent
119057800e
commit
d21def4819
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
/* INCLUDES *********************************************************/
|
||||
|
||||
#include <windef.h>
|
||||
#include <winuser.h>
|
||||
#include <winuser.rh>
|
||||
#include <commctrl.h>
|
||||
|
||||
#include "resource.h"
|
||||
|
|
Loading…
Reference in a new issue