forked from metin2/client
Enabled visual styles for config utility
This commit is contained in:
parent
8d27c24328
commit
187ecd53f2
15
src/Config/Metin2Config.exe.manifest
Normal file
15
src/Config/Metin2Config.exe.manifest
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||||
|
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
|
||||||
|
<dependency>
|
||||||
|
<dependentAssembly>
|
||||||
|
<assemblyIdentity
|
||||||
|
type="win32"
|
||||||
|
name="Microsoft.Windows.Common-Controls"
|
||||||
|
version="6.0.0.0"
|
||||||
|
processorArchitecture="*"
|
||||||
|
publicKeyToken="6595b64144ccf1df"
|
||||||
|
language="*"
|
||||||
|
/>
|
||||||
|
</dependentAssembly>
|
||||||
|
</dependency>
|
||||||
|
</assembly>
|
@ -17,3 +17,6 @@ IDR_MAINFRAME ICON "metin2.ico"
|
|||||||
#define METIN2_COMPONENT_TYPE VFT_APP
|
#define METIN2_COMPONENT_TYPE VFT_APP
|
||||||
|
|
||||||
#include <version_info.rc>
|
#include <version_info.rc>
|
||||||
|
|
||||||
|
// Visual Styles manifest
|
||||||
|
CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "Metin2Config.exe.manifest"
|
||||||
|
Loading…
Reference in New Issue
Block a user