mirror of
https://github.com/reactos/reactos.git
synced 2025-04-05 21:21:33 +00:00
[TELEPHON.CPL] Include winuser.h in the rc which is needed for manifest_hosted.rc
Add a check in manifest_hosted.rc to make sure that winuser.h is included
This commit is contained in:
parent
eab8a0b968
commit
d214e1c4d4
2 changed files with 6 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
#include <windef.h>
|
||||
#include <winuser.h>
|
||||
|
||||
#include "resource.h"
|
||||
|
||||
|
|
|
@ -1 +1,6 @@
|
|||
|
||||
#ifndef RT_MANIFEST
|
||||
#error please include winuser.h before including me!
|
||||
#endif
|
||||
|
||||
123 RT_MANIFEST "manifest.xml"
|
||||
|
|
Loading…
Reference in a new issue