Fix breakage due to OS X support, introduced by one of the last commits

Originally committed to SVN as r3590.
This commit is contained in:
Grigori Goronzy 2009-09-27 02:18:09 +00:00
parent d64f10faa9
commit 9230d5360a
1 changed files with 4 additions and 0 deletions

View File

@ -118,6 +118,8 @@ wxString Platform::DesktopEnvironment() {
return "";
}
#ifdef __APPLE__
wxString Platform::PatchLevel() {
return "";
}
@ -129,3 +131,5 @@ wxString Platform::QuickTimeExt() {
wxString Platform::HardwareModel() {
return "";
}
#endif