summaryrefslogtreecommitdiff
path: root/plugins/Db3x_mmap/src/commonheaders.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2014-03-07 14:47:31 +0000
committerGeorge Hazan <george.hazan@gmail.com>2014-03-07 14:47:31 +0000
commit7cd8f6ec7632a697bc52ed2509981bfae3873be9 (patch)
tree7af76d88342c014f8a25e14c66e1e4879b23ba82 /plugins/Db3x_mmap/src/commonheaders.h
parent574ce873c3b0eb608186c03af324d841f32465a6 (diff)
guarding merge/split functions
git-svn-id: http://svn.miranda-ng.org/main/trunk@8447 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Db3x_mmap/src/commonheaders.h')
-rw-r--r--plugins/Db3x_mmap/src/commonheaders.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/Db3x_mmap/src/commonheaders.h b/plugins/Db3x_mmap/src/commonheaders.h
index 6fac634f56..4ddc34de68 100644
--- a/plugins/Db3x_mmap/src/commonheaders.h
+++ b/plugins/Db3x_mmap/src/commonheaders.h
@@ -24,6 +24,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#define _CRT_SECURE_NO_WARNINGS
#define _WIN32_WINNT 0x0501
+#pragma warning(disable:4509)
+
#include <windows.h>
#include <time.h>
#include <process.h>