hopefully finally fixed the problem with ambiguous overloads of wxString::operator[] for _all_ machines
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10570 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -757,6 +757,12 @@
|
||||
/* The number of bytes in a short. */
|
||||
#undef SIZEOF_SHORT
|
||||
|
||||
/* Define if size_t on your machine is the same type as unsigned int. */
|
||||
#undef wxSIZE_T_IS_UINT
|
||||
|
||||
/* Define if size_t on your machine is the same type as unsigned long. */
|
||||
#undef wxSIZE_T_IS_ULONG
|
||||
|
||||
/* Define if you have the dlopen function. */
|
||||
#undef HAVE_DLOPEN
|
||||
|
||||
|
Reference in New Issue
Block a user