]> git.saurik.com Git - wxWidgets.git/blobdiff - src/palmos/evtloop.cpp
use GetFileAttributes() to check for readonly files under Win9x, the NT method doesn...
[wxWidgets.git] / src / palmos / evtloop.cpp
index 84d17fef35e5c417e6b96620c91354d18d60fc49..01bd21e9820fd9cf62c8fd77d7304a7f43ca22ed 100644 (file)
@@ -135,3 +135,8 @@ bool wxGUIEventLoop::Dispatch()
     return false;
 }
 
+void wxGUIEventLoop::WakeUp()
+{
+    return;
+}
+