]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/defs.h
many wxItemContainer-related changes:
[wxWidgets.git] / include / wx / defs.h
index d3dc341d61cf1860b94b342c3ea47773b2184dea..b19d4d14d7eef42c7c493dd0ecb06fbce1e4d58f 100644 (file)
@@ -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