The AngleArc() function that was being used to draw circles on Windows turns
authorjacob <jacob@cda61777-01e9-0310-a592-d414129be87e>
Sat, 25 Jun 2005 13:24:19 +0000 (13:24 +0000)
committerjacob <jacob@cda61777-01e9-0310-a592-d414129be87e>
Sat, 25 Jun 2005 13:24:19 +0000 (13:24 +0000)
commit84cf18f701885475a025e3350492bbffcc201113
tree1fc7c4b2dc260bb2a9e728042e0a50588059748b
parent51cda7fe80328cf640095eb643afadfd94348818
The AngleArc() function that was being used to draw circles on Windows turns
out to be unsupported on the Win9x/Me series. Use Arc() instead (tested on
Win98 and Win2K).

git-svn-id: svn://svn.tartarus.org/sgt/puzzles@6012 cda61777-01e9-0310-a592-d414129be87e
windows.c