From: Stefan Csomor <csomor@advancedconcepts.ch>
Date: Thu, 26 Oct 2006 12:03:44 +0000 (+0000)
Subject: make this available everywhere
X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/9a02779a5557fb8af3f1367defc597314ea5ddd4?ds=sidebyside

make this available everywhere


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42448 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
---

diff --git a/include/wx/graphics.h b/include/wx/graphics.h
index 0e5502b803..cf466d8019 100755
--- a/include/wx/graphics.h
+++ b/include/wx/graphics.h
@@ -234,9 +234,8 @@ public:
 	
     static wxGraphicsContext* CreateFromNative( void * context ) ;
 
-#ifdef __WXMAC__
     static wxGraphicsContext* CreateFromNativeWindow( void * window ) ;
-#endif
+
     static wxGraphicsContext* Create( wxWindow* window ) ;
 
     wxGraphicsPath * CreatePath();