From e34d630c6330784e065e23b77e94f136a3c58753 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Sun, 22 Jul 2007 10:12:13 +0000 Subject: [PATCH] no 68k macs more to support... git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@47645 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/defs.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/include/wx/defs.h b/include/wx/defs.h index c436cb05ef..6dff01f9f8 100644 --- a/include/wx/defs.h +++ b/include/wx/defs.h @@ -1035,9 +1035,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