remove the #warning for VisualAge
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6510 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -286,7 +286,6 @@ wxLongLong wxGetLocalTimeMillis()
|
|||||||
val *= wxGetLocalTime();
|
val *= wxGetLocalTime();
|
||||||
|
|
||||||
#if defined(__VISAGECPP__)
|
#if defined(__VISAGECPP__)
|
||||||
#warning "Possible clock skew bug in wxStopWatch!"
|
|
||||||
DATETIME dt;
|
DATETIME dt;
|
||||||
::DosGetDateTime(&dt);
|
::DosGetDateTime(&dt);
|
||||||
val += (dt.hundredths*10);
|
val += (dt.hundredths*10);
|
||||||
|
Reference in New Issue
Block a user