Oops -- forgot to add the manifest and rc files for the CLI program.

This commit is contained in:
doug 2012-08-17 04:06:59 +00:00
parent a50c5e3f32
commit 2d78f78640
2 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
<security>
<requestedPrivileges>
<requestedExecutionLevel level="asInvoker" />
</requestedPrivileges>
</security>
</trustInfo>
</assembly>

2
cli/macrompatcher.rc Normal file
View File

@ -0,0 +1,2 @@
#include "winuser.h"
1 RT_MANIFEST macrompatcher.manifest