fix for r47646: typedef wxDouble for all platforms, not just wxMac
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47654 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
		@@ -1128,9 +1128,7 @@ typedef float wxFloat32;
 | 
				
			|||||||
    typedef double wxFloat64;
 | 
					    typedef double wxFloat64;
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#if defined( __WXMAC__ ) 
 | 
					typedef double wxDouble;
 | 
				
			||||||
    typedef double wxDouble;
 | 
					 | 
				
			||||||
#endif
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
/*
 | 
					/*
 | 
				
			||||||
    Some (non standard) compilers typedef wchar_t as an existing type instead
 | 
					    Some (non standard) compilers typedef wchar_t as an existing type instead
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user