Moved a TODO to the long-term TODO list.

This commit is contained in:
Pietro Gagliardi 2015-05-04 20:11:58 -04:00
parent 0ad6cbb4b5
commit e808b155cc
2 changed files with 1 additions and 1 deletions

View File

@ -58,6 +58,7 @@
- clean up bin handling
- is binSetOSParent() even needed?
- readd the allocation tracking as just a list of pointers
- add a final cleanup function (uiUninit() or uiCleanup())
ultimately:
- add some sort of runtime type checking

View File

@ -115,6 +115,5 @@ BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
{
if (fdwReason == DLL_PROCESS_ATTACH)
hInstance = hinstDLL;
// TODO provide a cleanup function
return TRUE;
}