avoid integer overflow when computing the radius in DoDrawArc() (see #10494)
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 22 Feb 2009 23:49:15 +0000 (23:49 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 22 Feb 2009 23:49:15 +0000 (23:49 +0000)
commit068f78bc73bbbe76c812b011f749a74df6268dc9
treed241246289e1fa46ae5dadccd498d88315657452
parente143fb636d50d5802dcc8c7c2e9e8e2944afa467
avoid integer overflow when computing the radius in DoDrawArc() (see #10494)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59100 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/msw/dc.cpp