-#elif defined(__VISAGECPP__)
- DATETIME dt;
- ::DosGetDateTime(&dt);
- val += (dt.hundredths*10);
-#else
-#warning "wxStopWatch will be up to second resolution!"
+#else // !Win32
+ // If your platform/compiler does not support ms resolution please
+ // do NOT just shut off these warnings, drop me a line instead at
+ // <guille@iies.es>
+
+ #if defined(__VISUALC__)
+ #pragma message("wxStopWatch will be up to second resolution!")
+ #elif defined(__BORLANDC__)
+ #pragma message "wxStopWatch will be up to second resolution!"
+ #else
+ #warning "wxStopWatch will be up to second resolution!"
+ #endif // compiler