From ece3c2433832d935c0634a72bac1a7b948b04b44 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 24 Jan 2022 18:24:16 +0300 Subject: compilation fix --- plugins/SendScreenshotPlus/src/Main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/SendScreenshotPlus/src') diff --git a/plugins/SendScreenshotPlus/src/Main.cpp b/plugins/SendScreenshotPlus/src/Main.cpp index 1807303205..7cae004c7a 100644 --- a/plugins/SendScreenshotPlus/src/Main.cpp +++ b/plugins/SendScreenshotPlus/src/Main.cpp @@ -210,8 +210,8 @@ int hook_ModulesLoaded(WPARAM, LPARAM) // Netlib register NETLIBUSER nlu = {}; nlu.szSettingsModule = __PLUGIN_NAME; - nlu.szDescriptiveName.w = __PLUGIN_NAME; - nlu.flags = NUF_OUTGOING | NUF_HTTPCONNS | NUF_UNICODE; //|NUF_NOHTTPSOPTION; + nlu.szDescriptiveName.a = __PLUGIN_NAME; + nlu.flags = NUF_OUTGOING | NUF_HTTPCONNS; //|NUF_NOHTTPSOPTION; g_hNetlibUser = Netlib_RegisterUser(&nlu); // load my button class / or use UInfoEx -- cgit v1.2.3