build fix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39420 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Paul Cornett
2006-05-29 06:53:31 +00:00
parent f79f1604a0
commit 706e740f50
3 changed files with 4 additions and 0 deletions

View File

@@ -26,6 +26,7 @@
#include "wx/msw/wrapwin.h" #include "wx/msw/wrapwin.h"
#endif #endif
class WXDLLIMPEXP_BASE wxArrayString;
struct WXDLLEXPORT wxNativeEncodingInfo; struct WXDLLEXPORT wxNativeEncodingInfo;
#if defined(_WX_X_FONTLIKE) #if defined(_WX_X_FONTLIKE)

View File

@@ -12,6 +12,8 @@
#ifndef _WX_ACCEL_H_ #ifndef _WX_ACCEL_H_
#define _WX_ACCEL_H_ #define _WX_ACCEL_H_
class WXDLLIMPEXP_CORE wxWindow;
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------
// the accel table has all accelerators for a given window or menu // the accel table has all accelerators for a given window or menu
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------

View File

@@ -22,6 +22,7 @@
#include "wx/intl.h" #include "wx/intl.h"
#include "wx/dc.h" #include "wx/dc.h"
#include "wx/settings.h" #include "wx/settings.h"
#include "wx/msgdlg.h"
#endif #endif
#include "wx/print.h" #include "wx/print.h"