Commit 5f0031eb authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

Define GLX_SAMPLE_BUFFERS_ARB and GLX_SAMPLES_ARB if they were not

defined by the OpenGL headers.
parent 34fa35dc
......@@ -40,6 +40,14 @@
#define WINAPI __stdcall
#define APIENTRY WINAPI
/* For compatibility with old Mesa headers */
#ifndef GLX_SAMPLE_BUFFERS_ARB
# define GLX_SAMPLE_BUFFERS_ARB 100000
#endif
#ifndef GLX_SAMPLES_ARB
# define GLX_SAMPLES_ARB 100001
#endif
/* X11 locking */
extern void (*wine_tsx11_lock_ptr)(void);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment