]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/html/htmlctrl/htmlctrl.cpp
wxMessageBox off the main thread lost result code.
[wxWidgets.git] / samples / html / htmlctrl / htmlctrl.cpp
index 4cc6aca4e91430d8bdf562b719fef23b07e75b77..5de91113800d00a6b0abf1b5fe65c816efb2e973 100644 (file)
@@ -4,7 +4,6 @@
 // Author:      Julian Smart / Kevin Ollivier
 // Modified by:
 // Created:     04/16/2004
-// RCS-ID:      $Id$
 // Copyright:   (c) Julian Smart / Kevin Ollivier
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
@@ -32,7 +31,7 @@
 
 #include "wx/html/webkit.h"
 
-#ifndef __WXMSW__
+#ifndef wxHAS_IMAGES_IN_RESOURCES
     #include "../../sample.xpm"
 #endif