mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue