From a3f7e4fc7306fbf97533d946326099c81f5e1fd5 Mon Sep 17 00:00:00 2001 From: nakeee Date: Sun, 21 Feb 2010 20:28:33 +0000 Subject: [PATCH] compile fix git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5102 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Core/DolphinWX/Src/GameListCtrl.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Source/Core/DolphinWX/Src/GameListCtrl.cpp b/Source/Core/DolphinWX/Src/GameListCtrl.cpp index b583796d13..69de427640 100644 --- a/Source/Core/DolphinWX/Src/GameListCtrl.cpp +++ b/Source/Core/DolphinWX/Src/GameListCtrl.cpp @@ -330,6 +330,7 @@ std::string CGameListCtrl::GetGameNames() const return m_gameList; } +#ifdef _WIN32 // This draws our icons on top of the gamelist, it's only used on Windows void CGameListCtrl::OnPaintDrawImages(wxPaintEvent& event) { @@ -367,6 +368,7 @@ void CGameListCtrl::OnPaintDrawImages(wxPaintEvent& event) } } } +#endif void CGameListCtrl::InsertItemInReportView(long _Index) {