]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/timercmn.cpp
fix for the initial size of the dialogs
[wxWidgets.git] / src / common / timercmn.cpp
index 234ea9e0c29c81299a05b91369b552a236217921..0a9261b9122ad49ae400ca0f5986252391435308 100644 (file)
@@ -330,7 +330,7 @@ wxLongLong wxGetLocalTimeMillis()
     // do NOT just shut off these warnings, drop me a line instead at
     // <guille@iies.es>
 
-    #if defined(__VISUALC__)
+    #if defined(__VISUALC__) || defined (__WATCOMC__)
         #pragma message("wxStopWatch will be up to second resolution!")
     #elif defined(__BORLANDC__)
         #pragma message "wxStopWatch will be up to second resolution!"