]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/timercmn.cpp
moved wxDash typedef to gdicmn.h
[wxWidgets.git] / src / common / timercmn.cpp
index 8e0e54b92d265f44c203467b527a609efc7d204a..f6148e0aa91db1a73a85bfd1ce21ce968a8598e8 100644 (file)
@@ -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;