[Scummvm-git-logs] scummvm master -> b12194ef7387433aee1f0829a35563c136ce4e2d

sluicebox 22204938+sluicebox at users.noreply.github.com
Sun Aug 4 22:47:48 CEST 2019


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
b12194ef73 WIN32: Remove DISCARDABLE from resource script


Commit: b12194ef7387433aee1f0829a35563c136ce4e2d
    https://github.com/scummvm/scummvm/commit/b12194ef7387433aee1f0829a35563c136ce4e2d
Author: sluicebox (22204938+sluicebox at users.noreply.github.com)
Date: 2019-08-04T13:46:34-07:00

Commit Message:
WIN32: Remove DISCARDABLE from resource script

Removes memory attribute that's been ignored since Win16

Changed paths:
    dists/scummvm.rc


diff --git a/dists/scummvm.rc b/dists/scummvm.rc
index d7b1b3b..9902be3 100644
--- a/dists/scummvm.rc
+++ b/dists/scummvm.rc
@@ -13,8 +13,8 @@
 #define ID_GDF_XML __GDF_XML
 
 CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "dists/win32/scummvm.exe.manifest"
-IDI_ICON               ICON    DISCARDABLE     "icons/scummvm.ico"
-IDI_COUNT              ICON    DISCARDABLE     "icons/count.ico"
+IDI_ICON               ICON    "icons/scummvm.ico"
+IDI_COUNT              ICON    "icons/count.ico"
 
 ID_GDF_XML             DATA    "dists/win32/scummvm.gdf.xml"
 





More information about the Scummvm-git-logs mailing list