And the usual extra work for MSWindows... .

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11047 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Matthias Melcher 2016-01-24 16:40:33 +00:00
parent 21ae726ba4
commit 60c114ba3b

View File

@ -25,6 +25,7 @@
*/
#include <FL/gl.h>
#define _USE_MATH_DEFINES
#include <math.h>
void Fl_OpenGL_Graphics_Driver::arc(int x,int y,int w,int h,double a1,double a2) {