diff --git a/src/win32/Srb2win.rc b/src/win32/Srb2win.rc index b60ba750..d7a26dc8 100644 --- a/src/win32/Srb2win.rc +++ b/src/win32/Srb2win.rc @@ -1,3 +1,5 @@ +#include + //Microsoft Developer Studio generated resource script. // #include "resource.h" @@ -21,6 +23,16 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US #pragma code_page(1252) #endif //_WIN32*/ +#ifndef RT_MANIFEST +#define RT_MANIFEST 24 +#endif + +#ifndef CREATEPROCESS_MANIFEST_RESOURCE_ID +#define CREATEPROCESS_MANIFEST_RESOURCE_ID 1 +#endif + +CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST srb2kart.exe.manifest + ///////////////////////////////////////////////////////////////////////////// // // Icon diff --git a/src/win32/srb2kart.exe.manifest b/src/win32/srb2kart.exe.manifest new file mode 100644 index 00000000..d3b8355c --- /dev/null +++ b/src/win32/srb2kart.exe.manifest @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + +