reactos/sdk/include/reactos/manifest_hosted.rc
Giannis Adamopoulos d214e1c4d4 [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
2018-03-01 10:05:54 +02:00

7 lines
113 B
Plaintext

#ifndef RT_MANIFEST
#error please include winuser.h before including me!
#endif
123 RT_MANIFEST "manifest.xml"