diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2012-06-05 19:32:16 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2012-06-05 19:32:16 +0000 |
commit | 293d9234d72aa379a9cfe05334afda362ecb14e0 (patch) | |
tree | 094d36806f5804b79b029c162b796a34c3d473a2 /plugins/AddContactPlus/addcontactplus.h | |
parent | 528949c71a12f54dc7b71133a32d9ee91cb53298 (diff) |
fixed plugin info
git-svn-id: http://svn.miranda-ng.org/main/trunk@318 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/AddContactPlus/addcontactplus.h')
-rw-r--r-- | plugins/AddContactPlus/addcontactplus.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/AddContactPlus/addcontactplus.h b/plugins/AddContactPlus/addcontactplus.h index 3ff4114560..6e9d90e9fd 100644 --- a/plugins/AddContactPlus/addcontactplus.h +++ b/plugins/AddContactPlus/addcontactplus.h @@ -26,6 +26,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #include <windows.h>
#include <commctrl.h>
+
#include <win2k.h>
#include <newpluginapi.h>
#include <m_system.h>
@@ -45,7 +46,9 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "m_toolbar.h"
#include "m_updater.h"
#include "m_addcontactplus.h"
+
#include "resource.h"
+#include "version.h"
#define ICON_ADD "AddContactPlus_Icon"
|