From 50824b8b6ab836113370a11ef3b3c3419aa1ab6c Mon Sep 17 00:00:00 2001 From: Szymon Tokarz Date: Sat, 3 May 2014 22:21:50 +0000 Subject: LotusNotify do not longer pass Miranda args to Lotus init function git-svn-id: http://svn.miranda-ng.org/main/trunk@9122 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/LotusNotify/src/LotusNotify.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/LotusNotify/src/LotusNotify.cpp') diff --git a/plugins/LotusNotify/src/LotusNotify.cpp b/plugins/LotusNotify/src/LotusNotify.cpp index ae81d15881..7b7dbd1e23 100644 --- a/plugins/LotusNotify/src/LotusNotify.cpp +++ b/plugins/LotusNotify/src/LotusNotify.cpp @@ -1535,7 +1535,7 @@ static int modulesloaded(WPARAM wParam, LPARAM lParam) log(L"Initializing Lotus"); - if((NotesInitExtended1) (__argc, __argv)){ + if((NotesInitExtended1) (0, NULL)){ //initialize lotus //TODO: Lotus can terminate miranda process here with msgbox "Shared Memory from a previous Notes/Domino run has been detected, this process will exit now" startuperror += 4; @@ -1716,7 +1716,7 @@ BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD dwReason, LPVOID lpvReserved) Plugin_Terminated = false; hInst = hinstDLL; break; - case DLL_PROCESS_DETACH: + case DLL_PROCESS_DETACH: /* Deregister extension manager callbacks */ Plugin_Terminated = true; ExtClear(); -- cgit v1.2.3