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:
@@ -293,6 +293,7 @@ void SurfaceImpl::Init() {
|
|||||||
// selected into it. So instead of just creating the DC with no bitmap,
|
// selected into it. So instead of just creating the DC with no bitmap,
|
||||||
// go ahead and give it one.
|
// go ahead and give it one.
|
||||||
InitPixMap(1,1,NULL);
|
InitPixMap(1,1,NULL);
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
void SurfaceImpl::Init(SurfaceID hdc_) {
|
void SurfaceImpl::Init(SurfaceID hdc_) {
|
||||||
|
@@ -293,6 +293,7 @@ void SurfaceImpl::Init() {
|
|||||||
// selected into it. So instead of just creating the DC with no bitmap,
|
// selected into it. So instead of just creating the DC with no bitmap,
|
||||||
// go ahead and give it one.
|
// go ahead and give it one.
|
||||||
InitPixMap(1,1,NULL);
|
InitPixMap(1,1,NULL);
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
void SurfaceImpl::Init(SurfaceID hdc_) {
|
void SurfaceImpl::Init(SurfaceID hdc_) {
|
||||||
|
Reference in New Issue
Block a user