X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/49af73a59bb77ecbc5f116d0b8cb5f8b947d77b7..f5ba273ecd799f652736ce2bc830283787302a56:/src/common/timercmn.cpp diff --git a/src/common/timercmn.cpp b/src/common/timercmn.cpp index 8e0e54b92d..f6148e0aa9 100644 --- a/src/common/timercmn.cpp +++ b/src/common/timercmn.cpp @@ -295,7 +295,9 @@ wxLongLong wxGetLocalTimeMillis() ::GetLocalTime(&st); val += st.wMilliseconds; #else +#ifndef __VISUALC__ #warning "wxStopWatch will be up to second resolution!" +#endif #endif return val;