]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/app.cpp
added arrow cursor for standard controls
[wxWidgets.git] / src / gtk1 / app.cpp
index 08de37e9aeabbcc20bf09625cb5dfe88a57a51a5..20d8961d6c123eb030db24bd104005c149f1cf74 100644 (file)
@@ -45,7 +45,7 @@
 
 #include <unistd.h>
 #if defined(__DARWIN__)
-// FIXME: select must be used instead of poll (GD)
+# warning "FIXME: select must be used instead of poll (GD)"
 #elif defined(__VMS)
 # include <poll.h>
 #else