diff options
author | mataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-11-17 18:10:43 +0000 |
---|---|---|
committer | mataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-11-17 18:10:43 +0000 |
commit | 2f10a9e6cc4782d61f0f15bbff36209af922bd34 (patch) | |
tree | 920e978d44cfea3ab33e88318596890cf4513a97 /yamn/yamn.h | |
parent | 3c0233134bc5a8e42e3a621f0a5eef2aaf487474 (diff) |
обновлены и подчищены добавленные плагины
git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@174 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
Diffstat (limited to 'yamn/yamn.h')
-rw-r--r-- | yamn/yamn.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/yamn/yamn.h b/yamn/yamn.h index ee2fccb..b209b24 100644 --- a/yamn/yamn.h +++ b/yamn/yamn.h @@ -17,8 +17,10 @@ #include <direct.h> //For _chdir()
#define MIRANDA_VER 0x0600
+#define MIRANDA_CUSTOM_LP
#include <commctrl.h> //For hotkeys
+#include "win2k.h"
#include "newpluginapi.h" //CallService,UnHookEvent
#include "m_utils.h" //window broadcasting
#include "m_system.h"
@@ -33,11 +35,11 @@ #include "m_protomod.h" //protocols module
#include "m_protosvc.h"
#include "include/m_uninstaller.h" //PluginUninstaller structures
-#include "include/m_toptoolbar.h"
+#include "m_toptoolbar.h"
#include "m_icolib.h"
#include "include/m_kbdnotify.h"
#include "m_popup.h"
-#include "include/m_updater.h"
+#include "m_updater.h"
#include "m_account.h" //Account structure and all needed structures to cooperate with YAMN
#include "m_messages.h" //Messages sent to YAMN windows
#include "mails/m_mails.h" //use YAMN's mails
|