]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/notebook/notebook.cpp
No real changes, just slightly simplify HasAppKit_10_6() function.
[wxWidgets.git] / samples / notebook / notebook.cpp
index 200ed5e34c5f1e668bcc5165ae2f93f2765ffd7a..7081f5b5654ab03219b2951ffce6fe7366cf1082 100644 (file)
@@ -26,7 +26,7 @@
 #include "wx/utils.h"
 #include "notebook.h"
 
-#if !defined(__WXMSW__) && !defined(__WXPM__)
+#ifndef wxHAS_IMAGES_IN_RESOURCES
     #include "../sample.xpm"
 #endif