]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/flash/flash.cpp
wxMessageBox off the main thread lost result code.
[wxWidgets.git] / samples / flash / flash.cpp
index b0dc87bedcbc4f230035b9a8c310e08056941eaf..cd856f58f3f3221bc43864be127ab71c4f2b792a 100644 (file)
@@ -3,7 +3,6 @@
 // Purpose:     Sample showing integration of Flash ActiveX control
 // Author:      Vadim Zeitlin
 // Created:     2009-01-13
-// RCS-ID:      $Id$
 // Copyright:   (c) 2009 Vadim Zeitlin
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
@@ -21,9 +20,9 @@
 // ----------------------------------------------------------------------------
 // headers
 // ----------------------------------------------------------------------------
+
 #include "wx/wxprec.h"
+
 #ifdef __BORLANDC__
     #pragma hdrstop
 #endif
@@ -39,7 +38,7 @@
 #include "wx/cmdline.h"
 #include "wx/filename.h"
 
-#if !defined(__WXMSW__) && !defined(__WXPM__)
+#ifndef wxHAS_IMAGES_IN_RESOURCES
     #include "../sample.xpm"
 #endif