X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3707ff679972e0428cb693c788d1645a8c1cf9c9..60f8d69a98ab0730bea94002488e85b928096607:/samples/flash/flash.cpp diff --git a/samples/flash/flash.cpp b/samples/flash/flash.cpp index e0467ef5b9..cd856f58f3 100644 --- a/samples/flash/flash.cpp +++ b/samples/flash/flash.cpp @@ -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 @@ -120,7 +119,7 @@ public: private: wxString m_swf; - DECLARE_NO_COPY_CLASS(FlashApp) + wxDECLARE_NO_COPY_CLASS(FlashApp); }; // Define a new frame type: this is going to be our main frame @@ -187,7 +186,7 @@ private: *m_funcarg; DECLARE_EVENT_TABLE() - DECLARE_NO_COPY_CLASS(FlashFrame) + wxDECLARE_NO_COPY_CLASS(FlashFrame); }; // ----------------------------------------------------------------------------