mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-30 05:30:00 +00:00
Excluded crtdbg.h from non-MSVC compilation (#5401)
This commit is contained in:
committed by
Wouter van Oortmerssen
parent
4eb3efc221
commit
a7e20b1996
@@ -23,7 +23,9 @@
|
|||||||
# ifndef NOMINMAX
|
# ifndef NOMINMAX
|
||||||
# define NOMINMAX
|
# define NOMINMAX
|
||||||
# endif
|
# endif
|
||||||
# include <crtdbg.h>
|
# ifdef _MSC_VER
|
||||||
|
# include <crtdbg.h>
|
||||||
|
# endif
|
||||||
# include <windows.h> // Must be included before <direct.h>
|
# include <windows.h> // Must be included before <direct.h>
|
||||||
# include <direct.h>
|
# include <direct.h>
|
||||||
# include <winbase.h>
|
# include <winbase.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user