From 52ec12df36489c654290df177d690930db359c05 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Mon, 23 Jul 2007 04:42:48 +0000 Subject: [PATCH] correcting my last commit git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@47660 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 6dff01f9f8..9b26ae22f0 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__ ) - typedef double wxDouble; -#endif +typedef double wxDouble; /* Some (non standard) compilers typedef wchar_t as an existing type instead