summaryrefslogtreecommitdiff
path: root/plugins/New_GPG/src/commonheaders.h
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2013-03-02 16:32:01 +0000
committerKirill Volinsky <mataes2007@gmail.com>2013-03-02 16:32:01 +0000
commite27c47eb062d54f15846ce95bbcd3f6218ca4ab7 (patch)
tree32c349cd4a4abd4dd17d51ede207158e474618e8 /plugins/New_GPG/src/commonheaders.h
parent110977f13bbe3f29d20f14cce78aa0675bf3cd74 (diff)
projects cleanup
added version info git-svn-id: http://svn.miranda-ng.org/main/trunk@3842 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/New_GPG/src/commonheaders.h')
-rwxr-xr-xplugins/New_GPG/src/commonheaders.h13
1 files changed, 5 insertions, 8 deletions
diff --git a/plugins/New_GPG/src/commonheaders.h b/plugins/New_GPG/src/commonheaders.h
index eb5f6d2a64..54f8c4303a 100755
--- a/plugins/New_GPG/src/commonheaders.h
+++ b/plugins/New_GPG/src/commonheaders.h
@@ -13,12 +13,12 @@
// You should have received a copy of the GNU General Public License
// along with this program; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+
#ifndef COMMONHEADERS_H
#define COMMONHEADERS_H
#define _CRT_SECURE_NO_WARNINGS
-
-#define MIRANDA_VER 0x0A00
+#define _SCL_SECURE_NO_WARNINGS
//windows
#include <windows.h>
@@ -46,9 +46,7 @@ using std::wstring;
using std::wfstream;
using std::fstream;
-
//boost
-
#include <boost/thread/thread.hpp>
#include <boost/thread/mutex.hpp>
#include <boost/nondet_random.hpp>
@@ -59,11 +57,9 @@ using std::fstream;
//boost process
#include <boost/process.hpp>
-
//utf8cpp
#include <utf8.h>
-
//miranda
#include <newpluginapi.h>
#include <m_database.h>
@@ -84,10 +80,10 @@ using std::fstream;
#include "m_extraicons.h"
#include "m_metacontacts.h"
#include "win2k.h"
-#include "resource.h"
-
//internal
+#include "resource.h"
+#include "Version.h"
#include "constants.h"
#include "log.h"
#include "globals.h"
@@ -96,4 +92,5 @@ using std::fstream;
#include "gpg_wrapper.h"
#include "jabber_account.h"
#include "metacontacts.h"
+
#endif