]> git.saurik.com Git - wxWidgets.git/commitdiff
no 68k macs more to support...
authorStefan Csomor <csomor@advancedconcepts.ch>
Sun, 22 Jul 2007 10:14:35 +0000 (10:14 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Sun, 22 Jul 2007 10:14:35 +0000 (10:14 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47646 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/defs.h

index d3dc341d61cf1860b94b342c3ea47773b2184dea..a715ee6692d3fe6b314e2d0f5a4028e19f310526 100644 (file)
@@ -1128,9 +1128,7 @@ typedef float wxFloat32;
     typedef double wxFloat64;
 #endif
 
-#if defined( __WXMAC__ )  && !defined( __POWERPC__ )
-    typedef long double wxDouble;
-#else
+#if defined( __WXMAC__ ) 
     typedef double wxDouble;
 #endif