1. wxLongLongWx::Assign(double) added (half implemented)

2. small wxDateTime bug fixed


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5121 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
1999-12-27 11:26:59 +00:00
parent d5fc46616d
commit 41acf5c0bd
6 changed files with 58 additions and 19 deletions

View File

@@ -1479,7 +1479,7 @@ int main(int argc, char **argv)
#endif // TEST_MIME
#ifdef TEST_TIME
if ( 0 )
if ( 1 )
{
TestTimeSet();
TestTimeStatic();
@@ -1491,9 +1491,8 @@ int main(int argc, char **argv)
TestTimeWDays();
TestTimeWNumber();
TestTimeParse();
}
TestTimeFormat();
}
#endif // TEST_TIME
wxUninitialize();