mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-09-23 23:13:12 +08:00
Enable wxStyledTextCtrl unit test in static builds too
It should link there too now after the previous commits.
This commit is contained in:
@@ -11,9 +11,6 @@
|
||||
|
||||
#if wxUSE_STC
|
||||
|
||||
#if defined(WXUSINGDLL)
|
||||
|
||||
|
||||
#ifndef WX_PRECOMP
|
||||
#include "wx/app.h"
|
||||
#endif // WX_PRECOMP
|
||||
@@ -164,7 +161,5 @@ TEST_CASE_METHOD(StcPopupWindowsTestCase,
|
||||
|
||||
#endif // defined(__WXOSX_COCOA__) || defined(__WXMSW__) || defined(__WXGTK__)
|
||||
|
||||
#endif // WXUSINGDLL
|
||||
|
||||
#endif // wxUSE_STC
|
||||
|
||||
|
||||
Reference in New Issue
Block a user