From 43fc7b251649ff90ff72994c097f8b1f7b8f0b48 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 11 Aug 2015 09:54:09 +0000 Subject: fix for strange SSL API structure name git-svn-id: http://svn.miranda-ng.org/main/trunk@14905 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Gadu-Gadu/src/gg.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'protocols/Gadu-Gadu/src/gg.cpp') diff --git a/protocols/Gadu-Gadu/src/gg.cpp b/protocols/Gadu-Gadu/src/gg.cpp index cf9f0aad10..af3bd97329 100644 --- a/protocols/Gadu-Gadu/src/gg.cpp +++ b/protocols/Gadu-Gadu/src/gg.cpp @@ -41,7 +41,7 @@ PLUGININFOEX pluginInfo = { // Other variables HINSTANCE hInstance; -SSL_API si; +SSL_API sslApi; CLIST_INTERFACE *pcli; int hLangpack; LIST g_Instances(1, PtrKeySortT); @@ -181,7 +181,7 @@ void GGPROTO::cleanuplastplugin(DWORD version) static int gg_modulesloaded(WPARAM wParam, LPARAM lParam) { // Get SSL API - mir_getSI(&si); + mir_getSI(&sslApi); // File Association Manager support gg_links_init(); -- cgit v1.2.3