From: Robin Dunn Date: Tue, 14 May 2002 14:37:33 +0000 (+0000) Subject: Fixed a lost #else X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/0f713d485bbee9a1a13440464b4139f08599b4ab Fixed a lost #else git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15562 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/contrib/src/stc/PlatWX.cpp b/contrib/src/stc/PlatWX.cpp index dad221dbd2..d918eab260 100644 --- a/contrib/src/stc/PlatWX.cpp +++ b/contrib/src/stc/PlatWX.cpp @@ -293,6 +293,7 @@ void SurfaceImpl::Init() { // selected into it. So instead of just creating the DC with no bitmap, // go ahead and give it one. InitPixMap(1,1,NULL); +#endif } void SurfaceImpl::Init(SurfaceID hdc_) { diff --git a/src/stc/PlatWX.cpp b/src/stc/PlatWX.cpp index dad221dbd2..d918eab260 100644 --- a/src/stc/PlatWX.cpp +++ b/src/stc/PlatWX.cpp @@ -293,6 +293,7 @@ void SurfaceImpl::Init() { // selected into it. So instead of just creating the DC with no bitmap, // go ahead and give it one. InitPixMap(1,1,NULL); +#endif } void SurfaceImpl::Init(SurfaceID hdc_) {