Merge branch 'master' of github.com:bkaradzic/bx

This commit is contained in:
Branimir Karadzic
2014-12-27 15:17:43 -08:00
4 changed files with 3 additions and 1 deletions

View File

@@ -125,7 +125,9 @@
# ifndef NOMINMAX
# define NOMINMAX
# endif // NOMINMAX
# include <windows.h>
# if defined(_MSC_VER) && (_MSC_VER >= 1700)
# include <winapifamily.h>
# endif // defined(_MSC_VER) && (_MSC_VER >= 1700)
# if !defined(WINAPI_FAMILY) || (WINAPI_FAMILY == WINAPI_FAMILY_DESKTOP_APP)
# undef BX_PLATFORM_WINDOWS
# if !defined(WINVER) && !defined(_WIN32_WINNT)

Binary file not shown.

Binary file not shown.

Binary file not shown.