summaryrefslogtreecommitdiff
path: root/include/m_core.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2012-08-05 20:43:50 +0000
committerGeorge Hazan <george.hazan@gmail.com>2012-08-05 20:43:50 +0000
commit55628c6c5b9acf35bd68bc45295910b5463d7125 (patch)
tree351638fc9d87b23e957dd03d6d6e231c38e8aad2 /include/m_core.h
parent7881f6c6146a14219a914f477c450f684a3facfb (diff)
fixes hashes calculation
git-svn-id: http://svn.miranda-ng.org/main/trunk@1369 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'include/m_core.h')
-rw-r--r--include/m_core.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/m_core.h b/include/m_core.h
index e0534750be..79c74ca2ba 100644
--- a/include/m_core.h
+++ b/include/m_core.h
@@ -543,4 +543,8 @@ MIR_CORE_DLL(void) UnloadCoreModule(void);
#endif
#endif
+#ifdef NDEBUG
+ #pragma comment(linker,"/merge:.rdata=.edata")
+#endif
+
#endif // M_CORE_H