summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt.opengl/common/library/gl.h
blob: c8f0a1251a0bd63430b878c4956581d78fd51cb1 (plain)
1
2
3
4
5
6
7
8
9
10
#ifdef __APPLE__
#include <OpenGL/gl.h>
#else
#ifdef WIN32
#include <windows.h>
#endif
#include <GL/gl.h>
#endif

extern int IS_JNI_1_2;