1. more wxDateTime work
2. some thread corrections (not fixing the deadlock with Delete() :-( ) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4791 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -57,6 +57,8 @@ void *wxLongLongNative::asArray(void) const
|
||||
return temp;
|
||||
}
|
||||
|
||||
#if wxUSE_STD_IOSTREAM
|
||||
|
||||
// input/output
|
||||
ostream& operator<< (ostream& o, const wxLongLongNative& ll)
|
||||
{
|
||||
@@ -74,6 +76,8 @@ ostream& operator<< (ostream& o, const wxLongLongNative& ll)
|
||||
return o << result;
|
||||
}
|
||||
|
||||
#endif // wxUSE_STD_IOSTREAM
|
||||
|
||||
#endif // wxUSE_LONGLONG_NATIVE
|
||||
|
||||
#if wxUSE_LONGLONG_WX
|
||||
@@ -449,8 +453,9 @@ void *wxLongLongWx::asArray(void) const
|
||||
return temp;
|
||||
}
|
||||
|
||||
// input/output
|
||||
#if wxUSE_STD_IOSTREAM
|
||||
|
||||
// input/output
|
||||
ostream& operator<< (ostream& o, const wxLongLongWx& ll)
|
||||
{
|
||||
char result[65];
|
||||
@@ -467,7 +472,8 @@ ostream& operator<< (ostream& o, const wxLongLongWx& ll)
|
||||
|
||||
return o << result;
|
||||
}
|
||||
#endif
|
||||
// wxUSE_LONGLONG_NATIVE
|
||||
#endif // wxUSE_STD_IOSTREAM
|
||||
|
||||
#endif // wxUSE_LONGLONG_NATIVE
|
||||
|
||||
#endif // wxUSE_LONGLONG
|
||||
|
||||
Reference in New Issue
Block a user