mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 13:48:56 +00:00
compile fix
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5102 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
7de17cb9c2
commit
a3f7e4fc73
1 changed files with 2 additions and 0 deletions
|
@ -330,6 +330,7 @@ std::string CGameListCtrl::GetGameNames() const
|
||||||
return m_gameList;
|
return m_gameList;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifdef _WIN32
|
||||||
// This draws our icons on top of the gamelist, it's only used on Windows
|
// This draws our icons on top of the gamelist, it's only used on Windows
|
||||||
void CGameListCtrl::OnPaintDrawImages(wxPaintEvent& event)
|
void CGameListCtrl::OnPaintDrawImages(wxPaintEvent& event)
|
||||||
{
|
{
|
||||||
|
@ -367,6 +368,7 @@ void CGameListCtrl::OnPaintDrawImages(wxPaintEvent& event)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
void CGameListCtrl::InsertItemInReportView(long _Index)
|
void CGameListCtrl::InsertItemInReportView(long _Index)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue