X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fgl.h;h=f7cba6b7aeaa098ff9ff6811c63cff6fa583ef4a;hb=4fe225bf15048fcb7a678370f87d09f2de37031a;hp=ae145457dff857d112a44c0b26d4ac7d9299df71;hpb=9dc2c20e8c7ac91d932b12492591b65786e24b0f;p=libs%2Fgl.git diff --git a/source/gl.h b/source/gl.h index ae145457..f7cba6b7 100644 --- a/source/gl.h +++ b/source/gl.h @@ -18,4 +18,8 @@ typedef double GLdouble; #include #endif +#ifndef APIENTRY +#define APIENTRY +#endif + #endif