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:
8
Externals/wxWidgets3/include/wx/iconloc.h
vendored
8
Externals/wxWidgets3/include/wx/iconloc.h
vendored
@ -4,7 +4,7 @@
|
||||
// Author: Vadim Zeitlin
|
||||
// Modified by:
|
||||
// Created: 21.06.2003
|
||||
// RCS-ID: $Id: iconloc.h 27408 2004-05-23 20:53:33Z JS $
|
||||
// RCS-ID: $Id: iconloc.h 70808 2012-03-04 20:31:42Z VZ $
|
||||
// Copyright: (c) 2003 Vadim Zeitlin <vadim@wxwidgets.org>
|
||||
// Licence: wxWindows licence
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
@ -39,9 +39,9 @@ private:
|
||||
wxString m_filename;
|
||||
};
|
||||
|
||||
// under MSW the same file may contain several icons so we also store the
|
||||
// under Windows the same file may contain several icons so we also store the
|
||||
// index of the icon
|
||||
#if defined(__WXMSW__)
|
||||
#if defined(__WINDOWS__)
|
||||
|
||||
class WXDLLIMPEXP_BASE wxIconLocation : public wxIconLocationBase
|
||||
{
|
||||
@ -65,7 +65,7 @@ wxIconLocation::wxIconLocation(const wxString& file, int num)
|
||||
SetIndex(num);
|
||||
}
|
||||
|
||||
#else // !MSW
|
||||
#else // !__WINDOWS__
|
||||
|
||||
// must be a class because we forward declare it as class
|
||||
class WXDLLIMPEXP_BASE wxIconLocation : public wxIconLocationBase
|
||||
|
Reference in New Issue
Block a user