projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
e879caa
)
fix for r47646: typedef wxDouble for all platforms, not just wxMac
author
Vadim Zeitlin
<vadim@wxwidgets.org>
Sun, 22 Jul 2007 15:27:39 +0000
(15:27 +0000)
committer
Vadim Zeitlin
<vadim@wxwidgets.org>
Sun, 22 Jul 2007 15:27:39 +0000
(15:27 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47654
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
include/wx/defs.h
patch
|
blob
|
blame
|
history
diff --git
a/include/wx/defs.h
b/include/wx/defs.h
index a715ee6692d3fe6b314e2d0f5a4028e19f310526..b19d4d14d7eef42c7c493dd0ecb06fbce1e4d58f 100644
(file)
--- a/
include/wx/defs.h
+++ b/
include/wx/defs.h
@@
-1128,9
+1128,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