Fix checking WXUSINGDLL in conditional block

We have to check if WXUSINGDLL macro is defined instead of checking its value.
This commit is contained in:
Artur Wieczorek
2019-09-10 21:01:19 +02:00
parent e2bd6ec8f7
commit 163c7cf834

View File

@@ -11,7 +11,7 @@
#if wxUSE_STC
#if WXUSINGDLL
#if defined(WXUSINGDLL)
#ifdef __BORLANDC__
#pragma hdrstop