add wxUSE_STC wrappers

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45517 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Paul Cornett
2007-04-17 05:48:09 +00:00
parent 70eca0fa29
commit 29825f5fc4
15 changed files with 93 additions and 42 deletions

View File

@@ -20,10 +20,15 @@
#ifndef __stc_h__
#define __stc_h__
#include "wx/defs.h"
#include "wx/wx.h"
#if wxUSE_STC
#include "wx/control.h"
#include "wx/dnd.h"
#include "wx/stopwatch.h"
class WXDLLIMPEXP_CORE wxScrollBar;
#ifdef WXMAKINGDLL_STC
#define WXDLLIMPEXP_STC WXEXPORT
@@ -3618,4 +3623,4 @@ inline const wxWX2MBbuf wx2stc(const wxString& str) {
//----------------------------------------------------------------------
#endif
#endif // wxUSE_STC