-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cvtres: Exclude DLGINCLUDE resources from the coff object file
cvtres.exe excludes DLGINCLUDE resources, but there's a bug where it will still write the name of the DLGINCLUDE resource (if it's a string) into the Resource Directory Strings section of the data (even though the string(s) in question are not actually referenced by anything, so they're entirely dead weight). We avoid writing these orphaned strings, and therefore use a hacky workaround in the test code: we force the ID of generated DLGINCLUDE resources to always be an ordinal, and never a string.
- Loading branch information
Showing
3 changed files
with
59 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters