1 /* Wrapper for OpenGL includes...
2 Copyright 1998 - Lionel Ulmer
4 This wrapper is needed because Mesa uses also the CALLBACK / WINAPI
12 #if defined(HAVE_LIBMESAGL) && defined(HAVE_GL_OSMESA_H)
21 /* These will need to have some #ifdef / #endif added to support
22 more than the X11 using OSMesa target */
23 #include <GL/osmesa.h>
29 /* Redefines the constants */
30 #define CALLBACK __stdcall
31 #define WINAPI __stdcall
32 #define APIENTRY WINAPI
34 #else /* HAVE_LIBMESAGL */
38 #endif /* HAVE_LIBMESAGL */
40 #endif /* __WINE_GL_H */