From 163c7cf8343d839b47ab471146685f7b3e927bd1 Mon Sep 17 00:00:00 2001 From: Artur Wieczorek Date: Tue, 10 Sep 2019 21:01:19 +0200 Subject: [PATCH] Fix checking WXUSINGDLL in conditional block We have to check if WXUSINGDLL macro is defined instead of checking its value. --- tests/controls/styledtextctrltest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/controls/styledtextctrltest.cpp b/tests/controls/styledtextctrltest.cpp index 531c6d579c..4b74604e7d 100644 --- a/tests/controls/styledtextctrltest.cpp +++ b/tests/controls/styledtextctrltest.cpp @@ -11,7 +11,7 @@ #if wxUSE_STC -#if WXUSINGDLL +#if defined(WXUSINGDLL) #ifdef __BORLANDC__ #pragma hdrstop