diff options
author | Goraf <22941576+Goraf@users.noreply.github.com> | 2017-09-25 13:51:41 +0200 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-09-25 14:51:41 +0300 |
commit | cf0855b36f260ea19c96e43e99f94988f81dcf12 (patch) | |
tree | 89096fa83fdd88741e5776e7d762988137942bb2 /plugins/AsSingleWindow/src/Options.h | |
parent | d701a30b0f6c15241293a483fa3df95e5ce37efb (diff) |
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
Diffstat (limited to 'plugins/AsSingleWindow/src/Options.h')
-rw-r--r-- | plugins/AsSingleWindow/src/Options.h | 17 |
1 files changed, 0 insertions, 17 deletions
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 |