mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 04:13:33 +00:00
Add a check in manifest_hosted.rc to make sure that winuser.h is included
7 lines
113 B
Plaintext
7 lines
113 B
Plaintext
|
|
#ifndef RT_MANIFEST
|
|
#error please include winuser.h before including me!
|
|
#endif
|
|
|
|
123 RT_MANIFEST "manifest.xml"
|