mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-17 01:26:45 +00:00
Various build fixes; update checked-in codegen. (#4572)
This commit is contained in:
committed by
Wouter van Oortmerssen
parent
a4dbe13486
commit
1d73b3b9fc
@@ -31,9 +31,10 @@
|
||||
# ifndef NOMINMAX
|
||||
# define NOMINMAX
|
||||
# endif
|
||||
# include <windows.h> // Must be included before <direct.h>
|
||||
# include <direct.h>
|
||||
# include <winbase.h>
|
||||
# include <windows.h>
|
||||
# undef interface // This is also important because of reasons
|
||||
#else
|
||||
# include <limits.h>
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user