[SDK] Guard manifest_[dll|exe].rc against wrong usage.

This commit is contained in:
Mark Jansen 2017-12-23 22:39:26 +01:00
parent 99c7c93b83
commit 7861960a88
2 changed files with 10 additions and 0 deletions

View file

@ -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"

View file

@ -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"