#define wxSPLASH_TIMEOUT 0x04
#define wxSPLASH_NO_TIMEOUT 0x00
-class WXDLLIMPEXP_ADV wxSplashScreenWindow;
+class WXDLLIMPEXP_FWD_ADV wxSplashScreenWindow;
/*
* wxSplashScreen
DECLARE_DYNAMIC_CLASS(wxSplashScreen)
DECLARE_EVENT_TABLE()
- DECLARE_NO_COPY_CLASS(wxSplashScreen)
+ wxDECLARE_NO_COPY_CLASS(wxSplashScreen);
};
/*
wxBitmap m_bitmap;
DECLARE_EVENT_TABLE()
- DECLARE_NO_COPY_CLASS(wxSplashScreenWindow)
+ wxDECLARE_NO_COPY_CLASS(wxSplashScreenWindow);
};