TODO elaboration.
This commit is contained in:
parent
61bcfa1a7e
commit
e8600450aa
|
@ -110,7 +110,7 @@ void uiFreeInitError(const char *err)
|
|||
uiFree((void *) err);
|
||||
}
|
||||
|
||||
// TODO consider DisableThreadLibraryCalls() (will require removing ALL C runtime calls)
|
||||
// TODO consider DisableThreadLibraryCalls() (will require removing ALL C runtime calls); if we do so we will need to adjust the below signature
|
||||
BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
|
||||
{
|
||||
if (fdwReason == DLL_PROCESS_ATTACH)
|
||||
|
|
Loading…
Reference in New Issue