]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/app.cpp
wxSplitPath() bugs corrected and it's documented
[wxWidgets.git] / src / gtk / app.cpp
index 78511d556f0c1278e634011794a2f5d7005e1550..0f4c0825c3a510f4f8f93106b3d5491874f5bd2a 100644 (file)
@@ -30,7 +30,8 @@
 #endif
 #include "unistd.h"
 
-#ifdef __SUN__
+// add more here if you run into problems
+#if defined(__SUN__) && !defined(__SunOs_5_6) && !defined(__SunOs_5_7) && !defined(__SUNPRO_CC)
 extern "C" 
 {
 void usleep(unsigned long usec);