X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c5cf866314567dee22d7bb9ef13b56877fd9fc92..333e57d578e9e0fb6555452b5a53698ffd85ee69:/include/wx/defs.h diff --git a/include/wx/defs.h b/include/wx/defs.h index d3dc341d61..b19d4d14d7 100644 --- a/include/wx/defs.h +++ b/include/wx/defs.h @@ -1128,11 +1128,7 @@ typedef float wxFloat32; typedef double wxFloat64; #endif -#if defined( __WXMAC__ ) && !defined( __POWERPC__ ) - typedef long double wxDouble; -#else - typedef double wxDouble; -#endif +typedef double wxDouble; /* Some (non standard) compilers typedef wchar_t as an existing type instead