Moved a TODO to the long-term TODO list.
This commit is contained in:
parent
0ad6cbb4b5
commit
e808b155cc
1
TODO.md
1
TODO.md
|
@ -58,6 +58,7 @@
|
||||||
- clean up bin handling
|
- clean up bin handling
|
||||||
- is binSetOSParent() even needed?
|
- is binSetOSParent() even needed?
|
||||||
- readd the allocation tracking as just a list of pointers
|
- readd the allocation tracking as just a list of pointers
|
||||||
|
- add a final cleanup function (uiUninit() or uiCleanup())
|
||||||
|
|
||||||
ultimately:
|
ultimately:
|
||||||
- add some sort of runtime type checking
|
- add some sort of runtime type checking
|
||||||
|
|
|
@ -115,6 +115,5 @@ BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
|
||||||
{
|
{
|
||||||
if (fdwReason == DLL_PROCESS_ATTACH)
|
if (fdwReason == DLL_PROCESS_ATTACH)
|
||||||
hInstance = hinstDLL;
|
hInstance = hinstDLL;
|
||||||
// TODO provide a cleanup function
|
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue