fix compilation under mingw32

This commit is contained in:
Andrzej Rybczak
2009-09-30 23:47:38 +02:00
parent a4a05aa812
commit 1b2999ef8e
3 changed files with 109 additions and 95 deletions

View File

@@ -52,9 +52,11 @@ class Browser : public Screen< Menu<MPD::Item> >
void LocateSong(const MPD::Song &);
void GetDirectory(std::string, std::string = "/");
# ifndef WIN32
void GetLocalDirectory(MPD::ItemList &, const std::string & = "", bool = 0) const;
void ClearDirectory(const std::string &) const;
void ChangeBrowseMode();
# endif // !WIN32
void UpdateItemList();
protected: