[Scummvm-cvs-logs] SF.net SVN: scummvm:[43244] tools/branches/gsoc2009-gui/gui/pages.cpp

remere at users.sourceforge.net remere at users.sourceforge.net
Tue Aug 11 02:34:32 CEST 2009


Revision: 43244
          http://scummvm.svn.sourceforge.net/scummvm/?rev=43244&view=rev
Author:   remere
Date:     2009-08-11 00:34:32 +0000 (Tue, 11 Aug 2009)

Log Message:
-----------
*Fixed compiler warning.

Modified Paths:
--------------
    tools/branches/gsoc2009-gui/gui/pages.cpp

Modified: tools/branches/gsoc2009-gui/gui/pages.cpp
===================================================================
--- tools/branches/gsoc2009-gui/gui/pages.cpp	2009-08-11 00:28:39 UTC (rev 43243)
+++ tools/branches/gsoc2009-gui/gui/pages.cpp	2009-08-11 00:34:32 UTC (rev 43244)
@@ -1410,7 +1410,7 @@
 		// On windows we can simply spawn an explorer instance
 #ifdef __WINDOWS__
 		wxExecute(wxT("explorer.exe \"") + _configuration.outputPath + wxT("\""));
-#elif __WXMAC__
+#elif defined __WXMAC__
 		wxExecute(wxT("open \"") + _configuration.outputPath + wxT("\""));
 #else
 #endif


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list