summaryrefslogtreecommitdiff
path: root/plugins/New_GPG/src
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2012-11-06 16:36:25 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2012-11-06 16:36:25 +0000
commita3efd513ac5cc0d55fe66492091d51ceddb34d14 (patch)
tree375d24d1e49eb5a2f4f52efb9273d7e6e64cd462 /plugins/New_GPG/src
parentb706f4c3282eea4f6f36fbad045ed6a8ad069ad2 (diff)
Fixed compilation of standalone plugins (thx robyer)
Xfire protocol added to solutions (no 64-bit yet) git-svn-id: http://svn.miranda-ng.org/main/trunk@2218 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/New_GPG/src')
-rwxr-xr-xplugins/New_GPG/src/commonheaders.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/New_GPG/src/commonheaders.h b/plugins/New_GPG/src/commonheaders.h
index 0fd218bbcf..2c4d2f7a60 100755
--- a/plugins/New_GPG/src/commonheaders.h
+++ b/plugins/New_GPG/src/commonheaders.h
@@ -18,7 +18,7 @@
#define _CRT_SECURE_NO_WARNINGS
-#define MIRANDA_VER 0x0901
+#define MIRANDA_VER 0x0A00
//windows
#include <windows.h>
#include <shlobj.h>