mirror of
https://github.com/reactos/reactos.git
synced 2025-06-28 12:19:43 +00:00
[NOTEPAD] Use <winuser.rh> instead of <winuser.h> in rsrc.rc
CORE-18837
This commit is contained in:
parent
81ba804b55
commit
efb9128c24
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <windef.h>
|
#include <windef.h>
|
||||||
#include <winuser.h>
|
#include <winuser.rh>
|
||||||
#include <dlgs.h>
|
#include <dlgs.h>
|
||||||
|
|
||||||
#include "notepad_res.h"
|
#include "notepad_res.h"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue