diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-11-02 14:30:06 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-11-02 14:30:06 +0000 |
commit | bbab8376d96163046575b77893ece60747d4b7d0 (patch) | |
tree | badac6db56258e80113ea4650edd9e349120bcd3 /protocols | |
parent | f3d2ce1511f31ca1e25ec38cab7a8571cab39b26 (diff) |
FacaebookRM: warnings deprecation
git-svn-id: http://svn.miranda-ng.org/main/trunk@2154 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols')
-rw-r--r-- | protocols/FacebookRM/src/common.h | 3 | ||||
-rw-r--r-- | protocols/FacebookRM/src/constants.h | 4 |
2 files changed, 2 insertions, 5 deletions
diff --git a/protocols/FacebookRM/src/common.h b/protocols/FacebookRM/src/common.h index 3df0e046d0..aa2c0aaaa3 100644 --- a/protocols/FacebookRM/src/common.h +++ b/protocols/FacebookRM/src/common.h @@ -79,9 +79,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include <m_icolib.h>
#include <m_utils.h>
#include <m_hotkeys.h>
-
#include <m_folders.h>
+#include "version.h"
+
class FacebookProto;
#include "definitions.h"
diff --git a/protocols/FacebookRM/src/constants.h b/protocols/FacebookRM/src/constants.h index b2b71d82ea..0f04dc55fe 100644 --- a/protocols/FacebookRM/src/constants.h +++ b/protocols/FacebookRM/src/constants.h @@ -22,10 +22,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #pragma once
-// Version management
-#define __VERSION_DWORD PLUGIN_MAKE_VERSION(0, 0, 9, 2)
-#define __VERSION_STRING "0.0.9.2"
-
// Product management
#define FACEBOOK_NAME "Facebook"
#define FACEBOOK_URL_HOMEPAGE "http://www.facebook.com"
|