mirror of
https://github.com/reactos/reactos.git
synced 2026-05-25 17:45:16 +08:00
7 lines
120 B
Plaintext
7 lines
120 B
Plaintext
#define WIN32_LEAN_AND_MEAN
|
|
#include <winuser.h>
|
|
|
|
CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "manifest.xml"
|
|
|
|
// EOF
|