From 327036428ff18a4268d4c10506945efe7ca1d66c Mon Sep 17 00:00:00 2001 From: Dan Gudmundsson Date: Thu, 11 May 2017 10:37:59 +0200 Subject: wx: Fix builds on VS-2017 And while we at it recommend wxWidgets-3.0.3 --- lib/wx/c_src/egl_impl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/wx/c_src/egl_impl.h') diff --git a/lib/wx/c_src/egl_impl.h b/lib/wx/c_src/egl_impl.h index 719b4926db..7ecd484de5 100644 --- a/lib/wx/c_src/egl_impl.h +++ b/lib/wx/c_src/egl_impl.h @@ -112,7 +112,7 @@ typedef long int int32_t; typedef long long int int64_t; typedef unsigned long long int uint64_t; #elif defined(WIN32) && defined(_MSC_VER) -typedef long int int32_t; +typedef __int32 int32_t; typedef __int64 int64_t; typedef unsigned __int64 uint64_t; #elif defined(WIN32) && defined(__GNUC__) -- cgit v1.2.3