* Fix a compilation problem on PSP.
This commit is contained in:
jean.chalard
2009-12-17 17:44:27 +00:00
parent 54791762b1
commit 1cc89e63c6

View File

@@ -12,6 +12,9 @@ using std::string;
#define MAX_OPTION_TABS 5
#define MAX_ONSCREEN_OPTIONS 8
#define OPTION_CENTER 4
#ifndef PATH_MAX
#define PATH_MAX 4096
#endif
class WGuiColor{
public: