mirror of
https://github.com/reactos/reactos.git
synced 2026-06-06 21:51:53 +08: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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user