-
Type:
Bug
-
Status: Open
-
Priority:
Major
-
Resolution: Unresolved
-
Fix Version/s: None
-
Component/s: Build System
-
Labels:
Example is msvcrt.dll. Unless explicitly pulled in from CRT through a #pragma, the exports for _vsnprintf, bsearch and strcspn would point to the stub functions pulled in from libntdll.
To prevent bugs like this in the future, the reason needs to be investigated and a generic solutution should be provided, that doesn't require extra maintenance.