Kaydet (Commit) 2e5c2865 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

I see no immediate reason for this #ifndef __MINGW32__

üst 9db8c812
......@@ -30,13 +30,11 @@
#if defined _MSC_VER
#pragma warning(push, 1)
#endif
#include "windows.h"
#ifndef __MINGW32__
#include "crtdbg.h"
#include "windows.h"
#include "crtdbg.h"
#if defined _MSC_VER
#pragma warning(pop)
#endif
#endif
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment