https://bugs.winehq.org/show_bug.cgi?id=51465
--- Comment #9 from Zebediah Figura z.figura12@gmail.com --- (In reply to algebro from comment #8)
Nevermind, `info shared` says msvcrt and msvcrtd aren't loaded when GetModuleHandleA() is called. Is there anything that can be done about this on the Wine side of things? Or is this a cryptopp issue?
Well, there is; we should probably be linking to msvcrt in our system DLLs (i.e. 14d97456a was wrong). But it's also kind of an application bug; they're relying on undocumented behaviour.