]> git.saurik.com Git - wxWidgets.git/blobdiff - src/palmos/base.cpp
Add some version checks to help compiling on OSX.
[wxWidgets.git] / src / palmos / base.cpp
index d25c40f06194063785ea0b706397381206ffb94d..5792e14937336a8bef5d061ae93ee81d3f4fc565 100644 (file)
@@ -1,12 +1,12 @@
 ///////////////////////////////////////////////////////////////////////////////
-// Name:        src/palmos/basemsw.cpp
+// Name:        src/palmos/base.cpp
 // Purpose:     misc stuff only used in applications under PalmOS
 // Author:      William Osborne - minimal working wxPalmOS port
 // Modified by:
 // Created:     10.13.2004
 // RCS-ID:      $Id$
 // Copyright:   (c) 2004 William Osborne
-// License:     wxWindows licence
+// Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
 // ============================================================================
@@ -44,6 +44,7 @@ void wxConsoleAppTraits::AfterChildWaitLoop(void * WXUNUSED(data))
 {
 }
 
+#if wxUSE_THREADS
 bool wxConsoleAppTraits::DoMessageFromThreadWait()
 {
     return true;
@@ -54,6 +55,7 @@ WXDWORD wxConsoleAppTraits::WaitForThread(WXHANDLE hThread)
     // TODO
     return 0;
 }
+#endif // wxUSE_THREADS
 
 #if wxUSE_CONSOLE_EVENTLOOP
 wxEventLoopBase *