Fixed a lost #else

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15562 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2002-05-14 14:37:33 +00:00
parent 946fb2b9dd
commit 0f713d485b
2 changed files with 2 additions and 0 deletions

View 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_) {

View 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_) {