From 0f713d485bbee9a1a13440464b4139f08599b4ab Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Tue, 14 May 2002 14:37:33 +0000 Subject: [PATCH] Fixed a lost #else git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15562 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- contrib/src/stc/PlatWX.cpp | 1 + src/stc/PlatWX.cpp | 1 + 2 files changed, 2 insertions(+) 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_) { -- 2.45.2