]> git.saurik.com Git - wxWidgets.git/commitdiff
Fixed a lost #else
authorRobin Dunn <robin@alldunn.com>
Tue, 14 May 2002 14:37:33 +0000 (14:37 +0000)
committerRobin Dunn <robin@alldunn.com>
Tue, 14 May 2002 14:37:33 +0000 (14:37 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15562 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

contrib/src/stc/PlatWX.cpp
src/stc/PlatWX.cpp

index dad221dbd2d18ade1a929c99b68d4f1e5120d60c..d918eab260dd2215f0a38d3bd5eb3bf55733f97c 100644 (file)
@@ -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_) {
index dad221dbd2d18ade1a929c99b68d4f1e5120d60c..d918eab260dd2215f0a38d3bd5eb3bf55733f97c 100644 (file)
@@ -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_) {