]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/textctrl.cpp
New Visualage C++ Version 4.0 Project Configuration files
[wxWidgets.git] / src / msw / textctrl.cpp
index e3930803b0502d00ee6993000b1ad208b98c7b06..458cb8f4c800e9b10afef106406e80b2ee433073 100644 (file)
     #include "wx/settings.h"
     #include "wx/brush.h"
     #include "wx/utils.h"
+    #include "wx/intl.h"
     #include "wx/log.h"
+    #include "wx/app.h"
 #endif
 
 #if wxUSE_CLIPBOARD
-    #include "wx/app.h"
     #include "wx/clipbrd.h"
 #endif
 
@@ -61,7 +62,6 @@
     #include <richedit.h>
 #endif
 
-#if !USE_SHARED_LIBRARY
 
 // ----------------------------------------------------------------------------
 // event tables and other macros
@@ -86,7 +86,6 @@ BEGIN_EVENT_TABLE(wxTextCtrl, wxControl)
     EVT_UPDATE_UI(wxID_REDO, wxTextCtrl::OnUpdateRedo)
 END_EVENT_TABLE()
 
-#endif // USE_SHARED_LIBRARY
 
 // ============================================================================
 // implementation