mirror of
https://github.com/reactos/reactos.git
synced 2025-07-08 22:17:53 +00:00
[SDK] Guard manifest_[dll|exe].rc against wrong usage.
This commit is contained in:
parent
99c7c93b83
commit
7861960a88
2 changed files with 10 additions and 0 deletions
|
@ -1 +1,6 @@
|
||||||
|
|
||||||
|
#ifndef CREATEPROCESS_MANIFEST_RESOURCE_ID
|
||||||
|
#error please include winuser.h before including me!
|
||||||
|
#endif
|
||||||
|
|
||||||
ISOLATIONAWARE_MANIFEST_RESOURCE_ID RT_MANIFEST "manifest.xml"
|
ISOLATIONAWARE_MANIFEST_RESOURCE_ID RT_MANIFEST "manifest.xml"
|
||||||
|
|
|
@ -1 +1,6 @@
|
||||||
|
|
||||||
|
#ifndef CREATEPROCESS_MANIFEST_RESOURCE_ID
|
||||||
|
#error please include winuser.h before including me!
|
||||||
|
#endif
|
||||||
|
|
||||||
CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "manifest.xml"
|
CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "manifest.xml"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue