From: Stefan Csomor Date: Sun, 22 Jul 2007 10:14:35 +0000 (+0000) Subject: no 68k macs more to support... X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/49d8a7819b3a04c5a51a4e73c3d5b41d8082972c no 68k macs more to support... git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47646 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/defs.h b/include/wx/defs.h index d3dc341d61..a715ee6692 100644 --- a/include/wx/defs.h +++ b/include/wx/defs.h @@ -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