]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/html/help/help.cpp
Fix wxHtmlHelpData::SetTempDir() to behave correctly without trailing slash.
[wxWidgets.git] / samples / html / help / help.cpp
index 490fdbef11428cfa743c070aa0d063537fe87196..24f8d1d924c412dbd5687ad6685bd6515565831d 100644 (file)
@@ -4,7 +4,6 @@
 // Author:      ?
 // Modified by:
 // Created:     ?
-// RCS-ID:      $Id$
 // Copyright:   (c) wxWidgets team
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
@@ -28,7 +27,7 @@
 #include "wx/filesys.h"
 #include "wx/fs_zip.h"
 
-#ifndef __WXMSW__
+#ifndef wxHAS_IMAGES_IN_RESOURCES
     #include "../../sample.xpm"
 #endif