app-manager/resources.rc.in
changeset 67 c9eb7aa21ff4
parent 13 b0a35bae4961
child 72 9f4b672bd85c
     1.1 --- a/app-manager/resources.rc.in	Thu Nov 10 11:15:09 2011 +0000
     1.2 +++ b/app-manager/resources.rc.in	Tue Apr 24 18:49:55 2018 +0100
     1.3 @@ -1,6 +1,8 @@
     1.4  #include <winver.h>
     1.5  #include <winuser.h>
     1.6  
     1.7 +#pragma code_page(65001)
     1.8 +
     1.9  MAINICON ICON "app-manager.ico"
    1.10  
    1.11  VS_VERSION_INFO VERSIONINFO
    1.12 @@ -31,3 +33,5 @@
    1.13  	    VALUE "Translation",0x809,0x4B0
    1.14  	}
    1.15      }
    1.16 +
    1.17 +CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "app-manager.exe.manifest"