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?
I'm concerned that removing version 1-0 might cause some older applications to stop working.
Would it be possible to delete the router for 1-0 and instead add a new line like this?
*ln -s powrprof.dll api-ms-win-power-setting-l1-1-0*