X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bcc4aa97ff6f7efc97ddb3683f244cbb97e7ea80..c50a4038e3c3a13e3d493c432017d371d4916ce6:/src/msw/control.cpp diff --git a/src/msw/control.cpp b/src/msw/control.cpp index b83a78ae32..a74b5721ca 100644 --- a/src/msw/control.cpp +++ b/src/msw/control.cpp @@ -222,8 +222,8 @@ wxSize wxControl::GetBestSpinerSize(const bool is_vertical) const #if defined(__SMARTPHONE__) && defined(__WXWINCE__) 0,GetCharHeight() #else - GetSystemMetrics(is_vertical ? SM_CXVSCROLL : SM_CXHSCROLL), - GetSystemMetrics(is_vertical ? SM_CYVSCROLL : SM_CYHSCROLL) + ::GetSystemMetrics(is_vertical ? SM_CXVSCROLL : SM_CXHSCROLL), + ::GetSystemMetrics(is_vertical ? SM_CYVSCROLL : SM_CYHSCROLL) #endif );