On Wed Jan 25 23:07:26 2023 +0000, Etaash Mathamsetty wrote:
makes sense I guess that's because this library doesn't have an api or anything (so applications cannot call functions without LoadLibrary + GetProcAddress, the latter would return null with no @stub, which applications would ideally check for, before using it)
Normally we add stubs for the new dlls we add, but not sure, this case seems somewhat special to me.