#pragma message, and not #pragma warning, for BC++

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7696 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Guillermo Rodriguez Garcia
2000-07-05 14:08:20 +00:00
parent 1fc97740b8
commit 0d14df868d

View File

@@ -305,7 +305,7 @@ wxLongLong wxGetLocalTimeMillis()
#if defined(__VISUALC__)
#pragma message("wxStopWatch will be up to second resolution!")
#elif defined(__BORLANDC__)
#pragma warning "wxStopWatch will be up to second resolution!"
#pragma message "wxStopWatch will be up to second resolution!"
#else
#warning "wxStopWatch will be up to second resolution!"
#endif // compiler