From 55628c6c5b9acf35bd68bc45295910b5463d7125 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 5 Aug 2012 20:43:50 +0000 Subject: fixes hashes calculation git-svn-id: http://svn.miranda-ng.org/main/trunk@1369 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- include/m_core.h | 4 ++++ 1 file changed, 4 insertions(+) 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 -- cgit v1.2.3