Commit a7e20b19 authored by Tiger Caldwell's avatar Tiger Caldwell Committed by Wouter van Oortmerssen

Excluded crtdbg.h from non-MSVC compilation (#5401)

parent 4eb3efc2
......@@ -23,7 +23,9 @@
# ifndef NOMINMAX
# define NOMINMAX
# endif
# include <crtdbg.h>
# ifdef _MSC_VER
# include <crtdbg.h>
# endif
# include <windows.h> // Must be included before <direct.h>
# include <direct.h>
# include <winbase.h>
......
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