TODO elaboration.

This commit is contained in:
Pietro Gagliardi 2015-05-03 12:36:35 -04:00
parent 61bcfa1a7e
commit e8600450aa
1 changed files with 1 additions and 1 deletions

View File

@ -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)