]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/tbar95.cpp
WinCE doesn't have GetMessageTime
[wxWidgets.git] / src / msw / tbar95.cpp
index 9e3c54c9d2b9470a34b44fd1df8ed1d4ca5a6ee0..263ff804adfcd5ae6700c8697287c21bb96d006f 100644 (file)
@@ -1009,7 +1009,8 @@ wxSize wxToolBar::GetToolSize() const
 {
     // TB_GETBUTTONSIZE is supported from version 4.70
 #if defined(_WIN32_IE) && (_WIN32_IE >= 0x300 ) \
-    && !( defined(__GNUWIN32__) && !wxCHECK_W32API_VERSION( 1, 0 ) )
+    && !( defined(__GNUWIN32__) && !wxCHECK_W32API_VERSION( 1, 0 ) ) \
+    && !defined (__DIGITALMARS__)
     if ( wxTheApp->GetComCtl32Version() >= 470 )
     {
         DWORD dw = ::SendMessage(GetHwnd(), TB_GETBUTTONSIZE, 0, 0);