applied patch 430452 (mingw32 compilation fixes)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10429 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -66,7 +66,7 @@ WXDLLEXPORT_DATA(extern const wxChar*) wxEmptyString;
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
// Microsoft compiler loves underscores, feed them to it
|
||||
#if defined( __VISUALC__ ) || defined( __GNUWIN32__ )
|
||||
#if defined( __VISUALC__ ) || wxCHECK_W32API_VERSION( 0, 5 )
|
||||
// functions
|
||||
#define wxClose _close
|
||||
#define wxRead _read
|
||||
|
Reference in New Issue
Block a user