Re: How to add multiple versions of the same DLL (with the same base name) in apisetschema.spec?
Alexandre Julliard <[email protected]> Sat, 17 May 2025 15:48:45 +0200
| Newsgroups | gmane.comp.emulators.wine.devel |
|---|---|
| Message-ID | <87o6vr2vr6.fsf@wine> |
zhengxianwei <[email protected]> writes: > Hello, > > I'm planning to add the following line to apisetschema.spec: > > api-ms-win-power-setting-l1-1-1 = powrprof.dll > > However, this causes a hash conflict with the existing line: > > apiset api-ms-win-power-setting-l1-1-0 = powrprof.dll > > May I ask how you usually resolve such conflicts? The last version number is ignored, l1-1-0 and l1-1-1 mean exactly the same thing, you don't need to change anything. -- Alexandre Julliard [email protected]