From cf0855b36f260ea19c96e43e99f94988f81dcf12 Mon Sep 17 00:00:00 2001 From: Goraf <22941576+Goraf@users.noreply.github.com> Date: Mon, 25 Sep 2017 13:51:41 +0200 Subject: AsSingleWindow: make it working (#941) * AsSingleWindow: remove interfaces to be able to load plugin * AsSingleWindow: fix saving options * AsSingleWindow: remove unnecessary handles * AsSingleWindow: code cleaning * AsSingleWindow: move plugin info to separate version.h --- plugins/AsSingleWindow/src/Options.h | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'plugins/AsSingleWindow/src/Options.h') diff --git a/plugins/AsSingleWindow/src/Options.h b/plugins/AsSingleWindow/src/Options.h index f7519ed554..4c0a265793 100644 --- a/plugins/AsSingleWindow/src/Options.h +++ b/plugins/AsSingleWindow/src/Options.h @@ -1,20 +1,7 @@ #pragma once -#ifndef _OPTIONS_H -#define _OPTIONS_H - #define SETTINGSNAME "AsSingleWindow" -#ifdef UNICODE -#define LPGENSTR LPGENT -#define DBGetString DBGetContactSettingTString -#define DBWriteString DBWriteContactSettingTString -#else -#define LPGENSTR LPGEN -#define DBGetString DBGetContactSettingString -#define DBWriteString DBWriteContactSettingString -#endif - int InitOptions(WPARAM wParam, LPARAM lParam); INT_PTR CALLBACK cbOptionsDialog(HWND, UINT, WPARAM, LPARAM); @@ -25,7 +12,3 @@ void dlgUpdateControls(HWND); void optionsLoad(); void optionsUpdate(HWND); void optionsSave(); - -#endif - -// end of file \ No newline at end of file -- cgit v1.2.3