mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 09:09:52 -06:00
wxWidgets3: update to svn r70933
This commit is contained in:
12
Externals/wxWidgets3/include/wx/wxprec.h
vendored
12
Externals/wxWidgets3/include/wx/wxprec.h
vendored
@ -4,7 +4,7 @@
|
||||
// Author: Julian Smart
|
||||
// Modified by:
|
||||
// Created: 01/02/97
|
||||
// RCS-ID: $Id: wxprec.h 61724 2009-08-21 10:41:26Z VZ $
|
||||
// RCS-ID: $Id: wxprec.h 70353 2012-01-15 14:46:41Z VZ $
|
||||
// Copyright: (c) Julian Smart
|
||||
// Licence: wxWindows licence
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
@ -49,21 +49,11 @@
|
||||
#include "wx/msw/missing.h"
|
||||
#endif
|
||||
|
||||
// include all PalmOS headers at once
|
||||
#ifdef __WXPALMOS__
|
||||
# include <PalmOS.h>
|
||||
#endif
|
||||
|
||||
// include <os2.h>
|
||||
#ifdef __OS2__
|
||||
# include "wx/os2/private.h"
|
||||
#endif
|
||||
|
||||
// include mgl headers
|
||||
#ifdef __WXMGL__
|
||||
# include "wx/mgl/private.h"
|
||||
#endif
|
||||
|
||||
// include the most common wx headers
|
||||
#include "wx/wx.h"
|
||||
|
||||
|
Reference in New Issue
Block a user