Commit a7a5f35
fix win32 manifest ID for DLLs
* MSDN documentation page covering what resource IDs manifests should have:
https://learn.microsoft.com/en-us/windows/win32/sbscs/using-side-by-side-assemblies-as-a-resource
* This change ensures shared libraries that embed win32 manifests use the
proper ID of 2 instead of 1, which is only allowed for .exes. If the manifest
uses the wrong ID, it will not be found and is essentially ignored.1 parent 745d3ed commit a7a5f35
1 file changed
+10
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5056 | 5056 | | |
5057 | 5057 | | |
5058 | 5058 | | |
5059 | | - | |
| 5059 | + | |
| 5060 | + | |
| 5061 | + | |
| 5062 | + | |
| 5063 | + | |
| 5064 | + | |
5060 | 5065 | | |
5061 | | - | |
| 5066 | + | |
| 5067 | + | |
| 5068 | + | |
| 5069 | + | |
5062 | 5070 | | |
5063 | 5071 | | |
5064 | 5072 | | |
| |||
0 commit comments