From 887b84c7f9c0a4516b1809a33cdad6b9d58fb4a7 Mon Sep 17 00:00:00 2001 From: Valentin Radu Date: Tue, 31 Aug 2021 03:02:18 +0300 Subject: [PATCH] Exported main for legacy compatibility --- ExplorerPatcher/dllmain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ExplorerPatcher/dllmain.c b/ExplorerPatcher/dllmain.c index 3a45010..9c617c8 100644 --- a/ExplorerPatcher/dllmain.c +++ b/ExplorerPatcher/dllmain.c @@ -2074,7 +2074,7 @@ DWORD DetermineInjectionSuccess(TCHAR* wszSettingsPath) ); } -DWORD WINAPI main( +__declspec(dllexport) DWORD WINAPI main( _In_ LPVOID lpParameter ) {