Compilation fixes.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27908 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Mattia Barbon 2004-06-20 09:14:18 +00:00
parent affd2611c5
commit b76069e27f
2 changed files with 2 additions and 1 deletions

View File

@ -17,6 +17,7 @@
#endif
#include "wx/list.h"
#include "wx/arrstr.h"
#ifndef __WXWINCE__
#include <time.h>

View File

@ -496,7 +496,7 @@ DECLARE_LOG_FUNCTION(Status);
#if wxUSE_GUI
// this one is the same as previous except that it allows to explicitly
class wxFrame;
class WXDLLEXPORT wxFrame;
// specify the frame to which the output should go
DECLARE_LOG_FUNCTION2_EXP(Status, wxFrame *pFrame, WXDLLIMPEXP_CORE);
#endif // wxUSE_GUI