From 29fd5947870063c106040afd2b3814488eeec2ab Mon Sep 17 00:00:00 2001 From: BDKPlayer Date: Sat, 29 Feb 2020 17:23:59 +0100 Subject: changed default settings --- Source.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source.cpp') diff --git a/Source.cpp b/Source.cpp index 7728677..992b1fe 100644 --- a/Source.cpp +++ b/Source.cpp @@ -301,7 +301,7 @@ DWORD __stdcall InitHooks(LPVOID hModule) (WNDPROC)SetWindowLongPtr(window, GWLP_WNDPROC, (LONG_PTR)OriginalWndProcHandler); FreeLibraryAndExitThread((HMODULE)hModule, 0); - + return NULL; } -- cgit v1.2.3