Enable wxStyledTextCtrl unit test in static builds too

It should link there too now after the previous commits.
This commit is contained in:
Vadim Zeitlin 2023-07-29 14:56:25 +02:00
parent 994bbe51a7
commit 7d362c3fca

View file

@ -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