]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/graphcmn.cpp
another VC6 fix; i reused inside for
[wxWidgets.git] / src / common / graphcmn.cpp
index 1d94e4a0035617373f197e64e037cdd9fda5b63f..4fbab9c909c80f4f6efb607b5c551c9e4f8093f9 100644 (file)
@@ -774,12 +774,11 @@ wxGraphicsContext* wxGraphicsContext::Create( const wxWindowDC& dc)
 {
     return wxGraphicsRenderer::GetDefaultRenderer()->CreateContext(dc);
 }
-#ifdef __WXMSW__
+
 wxGraphicsContext* wxGraphicsContext::Create( const wxMemoryDC& dc) 
 {
     return wxGraphicsRenderer::GetDefaultRenderer()->CreateContext(dc);
 }
-#endif
 
 wxGraphicsContext* wxGraphicsContext::CreateFromNative( void * context )
 {