diff options
author | George Hazan <ghazan@miranda.im> | 2017-08-03 17:02:23 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-08-03 17:02:23 +0300 |
commit | 26ab3f4905bdfe972c6daba4a3a4aaaa8183dae5 (patch) | |
tree | 309aab538bcf40267067df85b3bd1b21fab7b58b /plugins/QuickMessages/src/stdafx.h | |
parent | 86d2407716be2fac39fd2b64b0af6cdf6bb5dd01 (diff) |
QuickMessages: code cleaning
Diffstat (limited to 'plugins/QuickMessages/src/stdafx.h')
-rw-r--r-- | plugins/QuickMessages/src/stdafx.h | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/plugins/QuickMessages/src/stdafx.h b/plugins/QuickMessages/src/stdafx.h index 940b38838f..63209952aa 100644 --- a/plugins/QuickMessages/src/stdafx.h +++ b/plugins/QuickMessages/src/stdafx.h @@ -28,6 +28,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include <m_options.h>
#include <m_utils.h>
#include <m_protosvc.h>
+#include <m_chat_int.h>
#include <m_langpack.h>
#include <m_icolib.h>
#include <m_message.h>
@@ -42,14 +43,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. extern HINSTANCE hinstance;
extern HANDLE hIcolib;
-extern ListData* ButtonsList[100];
-extern SortedList* QuickList;
+extern ListData *ButtonsList[100];
+extern SortedList *QuickList;
extern BOOL g_bRClickAuto;
extern BOOL g_bLClickAuto;
extern BOOL g_bQuickMenu;
extern int g_iButtonsCount;
int OptionsInit(WPARAM,LPARAM);
-
-#define IDC_MESSAGE 1002
-#define IDC_CHATMESSAGE 1009
|