projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fixed wxComboCtrl::SetButtonPosition() on Vista/Win7 by marking the drop-down button...
[wxWidgets.git]
/
include
/
wx
/
wx_cw_cm.h
diff --git
a/include/wx/wx_cw_cm.h
b/include/wx/wx_cw_cm.h
index e6dbb384258268f2a80e4af14f89d10771fc1f34..6dab373f566926c178f487ff3cde9e54afb4b9b9 100644
(file)
--- a/
include/wx/wx_cw_cm.h
+++ b/
include/wx/wx_cw_cm.h
@@
-68,8
+68,8
@@
#define _MBSTATE_T
#endif
- /* CW
9
has ssize_t */
- #if defined(__MACH__) && __MWERKS__ >= 0x3
200
+ /* CW
8.3+
has ssize_t */
+ #if defined(__MACH__) && __MWERKS__ >= 0x3
003
#define HAVE_SSIZE_T
#endif