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:
7
Externals/wxWidgets3/include/wx/init.h
vendored
7
Externals/wxWidgets3/include/wx/init.h
vendored
@ -4,7 +4,6 @@
|
||||
// Author: Vadim Zeitlin
|
||||
// Modified by:
|
||||
// Created: 29.06.2003
|
||||
// RCS-ID: $Id: init.h 64531 2010-06-09 13:23:13Z FM $
|
||||
// Copyright: (c) 2003 Vadim Zeitlin <vadim@wxwidgets.org>
|
||||
// Licence: wxWindows licence
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
@ -53,6 +52,12 @@ extern int WXDLLIMPEXP_BASE wxEntry(int& argc, char **argv);
|
||||
|
||||
#endif// wxUSE_UNICODE
|
||||
|
||||
// Under Windows we define additional wxEntry() overloads with signature
|
||||
// compatible with WinMain() and not the traditional main().
|
||||
#if wxUSE_GUI && defined(__WINDOWS__)
|
||||
#include "wx/msw/init.h"
|
||||
#endif
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
// Using the library without (explicit) application object: you may avoid using
|
||||
// wxDECLARE_APP and wxIMPLEMENT_APP macros and call the functions below instead at
|
||||
|
Reference in New Issue
Block a user