Update to 8.5.19
This commit is contained in:
13
win/tclsh.rc
13
win/tclsh.rc
@@ -1,3 +1,4 @@
|
||||
//
|
||||
// Version Resource Script
|
||||
//
|
||||
|
||||
@@ -67,3 +68,15 @@ END
|
||||
//
|
||||
|
||||
tclsh ICON DISCARDABLE "tclsh.ico"
|
||||
|
||||
//
|
||||
// This is needed for Windows 8.1 onwards.
|
||||
//
|
||||
|
||||
#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 "tclsh.exe.manifest"
|
||||
|
||||
Reference in New Issue
Block a user