We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It'd be better to resort exports.def. Example:
... ; winuser_wcecl.cpp LoadIconW=LoadIconW_WCECL @510 LoadBitmapW=LoadBitmapW_WCECL @511 ; imm_wcecl.cpp ImmThing @1 ImmUse @42 ; strsafe_wcecl.cpp StringCchCopyW=StringCchCopyW_WCECL @1689 StringCchPrintfExW=StringCchPrintfExW_WCECL @1701 StringCchPrintfW=StringCchPrintfW_WCECL @1699 StringCbPrintfW=StringCbPrintfW_WCECL @1700 StringCchCopyExW=StringCchCopyExW_WCECL @1691 StringCchVPrintfW=StringCchVPrintfW_WCECL @1697 ...
The text was updated successfully, but these errors were encountered:
Probably a .def file generation mechanism is needed 🤔
Sorry, something went wrong.
dz333n
No branches or pull requests
It'd be better to resort exports.def. Example:
The text was updated successfully, but these errors were encountered: