From 744dda0a74a4afa69bb2e27088f1c0f01a8891d9 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 12 Nov 2024 18:00:55 +0300 Subject: SRMM options unification --- include/m_srmm_int.h | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/m_srmm_int.h b/include/m_srmm_int.h index 7ebfa731a8..a67645c47b 100644 --- a/include/m_srmm_int.h +++ b/include/m_srmm_int.h @@ -25,12 +25,24 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #ifndef M_SRMM_INT_H__ #define M_SRMM_INT_H__ 1 -#include #include #include +/////////////////////////////////////////////////////////////////////////////////////////////////////////////// +// global settings + #define SRMM_MODULE "SRMM" +#define SRMSGMOD "SRMsg" + +#define LOADHISTORY_UNREAD 0 +#define LOADHISTORY_COUNT 1 +#define LOADHISTORY_TIME 2 + +namespace Srmm +{ + extern MIR_APP_EXPORT CMOption iHistoryMode; +}; /////////////////////////////////////////////////////////////////////////////////////////////////////////////// // toolbar button internal representation @@ -273,6 +285,10 @@ public: #include +#ifndef _INC_SHELLAPI +DECLARE_HANDLE(HDROP); +#endif + // message procedures' stubs EXTERN_C MIR_APP_DLL(LRESULT) CALLBACK stubLogProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam); EXTERN_C MIR_APP_DLL(LRESULT) CALLBACK stubMessageProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam); -- cgit v1.2.3