From 7d362c3fca2a403497ea69f8f4b11e01063ee16a Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sat, 29 Jul 2023 14:56:25 +0200 Subject: [PATCH] Enable wxStyledTextCtrl unit test in static builds too It should link there too now after the previous commits. --- tests/controls/styledtextctrltest.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tests/controls/styledtextctrltest.cpp b/tests/controls/styledtextctrltest.cpp index 0ac8a32391..cd5e2c31ae 100644 --- a/tests/controls/styledtextctrltest.cpp +++ b/tests/controls/styledtextctrltest.cpp @@ -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