Remove an unused global variable and commented out code
This commit is contained in:
parent
8a0bc0a8b9
commit
5c5dcfb14c
@ -34,16 +34,10 @@
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// DLL Entry Point
|
||||
HANDLE g_hInstDll;
|
||||
|
||||
BOOL WINAPI DllEntryPoint (HINSTANCE hInstance, DWORD dwReason, LPVOID lpReserved) {
|
||||
g_hInstDll = hInstance;
|
||||
if (DLL_PROCESS_ATTACH == dwReason) {
|
||||
DisableThreadLibraryCalls (hInstance);
|
||||
}
|
||||
// else if (DLL_PROCESS_DETACH == dwReason)
|
||||
// {
|
||||
//
|
||||
// }
|
||||
return TRUE;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user