-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Replace 'api-ms-win-core-job-12-1-0.dll' with 'Kernell32.dll' #10417
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replace 'api-ms-win-core-job-12-1-0.dll' with 'Kernell32.dll' #10417
Conversation
|
@iSazonov The same DLL is used by If we are replacing them with If replacing with |
|
@adityapatwardhan I removed all links to
There is already some unused consts, the list is large and numerated, also we could want to use ApiSets again after Windows 7 EOL. I think we need to keep the consts. |
|
Do we know if things are still working properly on NanoServer and Windows IoT after changing to |
|
I can not test on Nano and IoT. Also I found https://www.geoffchappell.com/studies/windows/win32/apisetschema/history/sets61.htm where we can see that there is sometimes automapping (for Windows 7). |
|
I have verified that the change works on NanoServer 1903 image. |
|
🎉 Handy links: |
|
Hey, shouldn't we remove the corresponding constants from the |
|
@ForNeVeR We did not remove the constants because we will revert the change after Windows 7 EOL. |
|
Okay, thanks. |
|
🎉 Handy links: |
PR Summary
Fix #6561
PR Context
PR Checklist
.h,.cpp,.cs,.ps1and.psm1files have the correct copyright headerWIP:or[ WIP ]to the beginning of the title (theWIPbot will keep its status check atPendingwhile the prefix is present) and remove the prefix when the PR is ready.