|
From: | Auto mailings of changes to Lily Issues via Testlilyissues-auto |
Subject: | [Lilypond-auto] [LilyIssues-auto] [testlilyissues:issues] #5828 Fix Windows resource to enable manifest |
Date: | Mon, 09 Mar 2020 07:29:17 -0000 |
Patch on coumntdown for March 11th (Hosoda-san will you add an entry to changes.tely or do you need a new Tracker for that?)
[issues:#5828] Fix Windows resource to enable manifest
Status: Started
Created: Sat Mar 07, 2020 04:41 AM UTC by Masamichi Hosoda
Last Updated: Sat Mar 07, 2020 01:34 PM UTC
Owner: Masamichi Hosoda
Fix Windows resource to enable manifest
A manifest file lilypond.manifest
is specified
in resource file lilypond.rc
for the Windows executables.
To specify the manifest, the definitions
CREATEPROCESS_MANIFEST_RESOURCE_ID
and RT_MANIFEST
are required in the resource file.
However, the manifest was not activated
because the resource file did not include winuser.h
that contained the required definitions.
Threfore, Unicode filenames could not be used
because the manifest was not activated.
This commit adds the include file winuser.h
to the resoruce file
and activates the manifest.
This allows LilyPond for Windows to use Unicode filenames.
http://codereview.appspot.com/551580044
Sent from sourceforge.net because address@hidden is subscribed to https://sourceforge.net/p/testlilyissues/issues/
To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/testlilyissues/admin/issues/options. Or, if this is a mailing list, you can unsubscribe from the mailing list.
_______________________________________________ Testlilyissues-auto mailing list address@hidden https://lists.sourceforge.net/lists/listinfo/testlilyissues-auto
[Prev in Thread] | Current Thread | [Next in Thread] |