mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 00:59:44 -06:00
Upgrade WX to r74856, mainly to support @2x.
This commit is contained in:
10
Externals/wxWidgets3/include/wx/msw/gccpriv.h
vendored
10
Externals/wxWidgets3/include/wx/msw/gccpriv.h
vendored
@ -4,7 +4,6 @@
|
||||
Author: Vadim Zeitlin
|
||||
Modified by:
|
||||
Created:
|
||||
RCS-ID: $Id: gccpriv.h 36155 2005-11-10 16:16:05Z ABX $
|
||||
Copyright: (c) Vadim Zeitlin
|
||||
Licence: wxWindows Licence
|
||||
*/
|
||||
@ -74,15 +73,6 @@
|
||||
#define __CYGWIN10__
|
||||
#endif
|
||||
|
||||
/* Check for Mingw runtime version: */
|
||||
#if defined(__MINGW32_MAJOR_VERSION) && defined(__MINGW32_MINOR_VERSION)
|
||||
#define wxCHECK_MINGW32_VERSION( major, minor ) \
|
||||
( ( ( __MINGW32_MAJOR_VERSION > (major) ) \
|
||||
|| ( __MINGW32_MAJOR_VERSION == (major) && __MINGW32_MINOR_VERSION >= (minor) ) ) )
|
||||
#else
|
||||
#define wxCHECK_MINGW32_VERSION( major, minor ) (0)
|
||||
#endif
|
||||
|
||||
/* Mingw runtime 1.0-20010604 has some missing _tXXXX functions,
|
||||
so let's define them ourselves: */
|
||||
#if defined(__GNUWIN32__) && wxCHECK_W32API_VERSION( 1, 0 ) \
|
||||
|
Reference in New Issue
Block a user