mirror of
https://github.com/reactos/reactos
synced 2025-10-06 08:22:58 +02:00
[SDK] Guard manifest_[dll|exe].rc against wrong usage.
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user