]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/treelist/treelist.cpp
wxMessageBox off the main thread lost result code.
[wxWidgets.git] / samples / treelist / treelist.cpp
index d7b5dc9527766babe94751a9b28a0a9902d5e355..32f94862a7c10709c67ee98321e9db1db54f6ddb 100644 (file)
@@ -3,7 +3,6 @@
 // Purpose:     Sample showing wxTreeListCtrl.
 // Author:      Vadim Zeitlin
 // Created:     2011-08-19
-// RCS-ID:      $Id$
 // Copyright:   (c) 2011 Vadim Zeitlin <vadim@wxwidgets.org>
 // Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
@@ -45,7 +44,7 @@
 // Resources
 // ----------------------------------------------------------------------------
 
-#if !defined(__WXMSW__) && !defined(__WXPM__)
+#ifndef wxHAS_IMAGES_IN_RESOURCES
     #include "../sample.xpm"
 #endif