summaryrefslogtreecommitdiff
path: root/source/LCDriverEntry.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/LCDriverEntry.cpp')
-rw-r--r--source/LCDriverEntry.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/LCDriverEntry.cpp b/source/LCDriverEntry.cpp
index 91bd189..46a588f 100644
--- a/source/LCDriverEntry.cpp
+++ b/source/LCDriverEntry.cpp
@@ -16,10 +16,13 @@ BOOL APIENTRY DllMain(HMODULE hModule,
switch (ul_reason_for_call) {
case DLL_PROCESS_ATTACH:
break;
+
case DLL_THREAD_ATTACH:
break;
+
case DLL_THREAD_DETACH:
break;
+
case DLL_PROCESS_DETACH:
destroy();
break;