disable crash reporter in debug mode

This commit is contained in:
Marianne Gagnon
2014-05-14 20:10:23 -04:00
parent aae7d01e57
commit 78d8199de8

View File

@@ -20,7 +20,7 @@
#include "log.hpp"
#include <string.h>
#ifdef WIN32
#if defined(WIN32) && !defined(DEBUG)
// --------------------- Windows version -----------------
#include <Windows.h>
#include <DbgHelp.h>