1
0

Windows: Fixed builds with LeakFinder enabled.

This commit is contained in:
Mattes D
2014-11-26 11:00:21 +01:00
parent 0ca891da6d
commit 413e5c20fe
2 changed files with 4 additions and 2 deletions

View File

@@ -182,7 +182,7 @@ int main( int argc, char **argv)
#if defined(_MSC_VER) && defined(_DEBUG) && defined(ENABLE_LEAK_FINDER)
InitLeakFinder();
#endif
// Magic code to produce dump-files on Windows if the server crashes:
#if defined(_WIN32) && !defined(_WIN64) && defined(_MSC_VER)
HINSTANCE hDbgHelp = LoadLibrary("DBGHELP.DLL");