Various build fixes; update checked-in codegen. (#4572)

This commit is contained in:
Josh Ventura
2017-12-28 12:10:55 -05:00
committed by Wouter van Oortmerssen
parent a4dbe13486
commit 1d73b3b9fc
8 changed files with 341 additions and 317 deletions

View File

@@ -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