X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=include%2FGL%2Ffreeglut_std.h;h=b24fcedc9a91566b60f6481fa0419c426f3598e4;hb=bec0ee0bbc5f56d92dfe6d9fffd689ff4dd4f929;hp=9fded35658d9ae65dd227b6e1ee1d0f94d552199;hpb=c9c91332b9c0908c943cc10fa5ad073df6f3434e;p=freeglut diff --git a/include/GL/freeglut_std.h b/include/GL/freeglut_std.h index 9fded35..b24fced 100644 --- a/include/GL/freeglut_std.h +++ b/include/GL/freeglut_std.h @@ -129,15 +129,13 @@ /* * Always include OpenGL and GLU headers */ -/* Note: FREEGLUT_GLES1 and FREEGLUT_GLES2 are only used to cleanly - bootstrap headers inclusion here; use GLES constants directly +/* Note: FREEGLUT_GLES is only used to cleanly bootstrap headers + inclusion here; use GLES constants directly (e.g. GL_ES_VERSION_2_0) for all other needs */ -#ifdef FREEGLUT_GLES2 -# include -# include -#elif FREEGLUT_GLES1 +#ifdef FREEGLUT_GLES # include # include +# include #elif __APPLE__ # include # include