summaryrefslogtreecommitdiffstats
path: root/make/stub_includes/opengl/GL/wglext.h
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2013-07-15 20:08:52 +0200
committerSven Gothel <[email protected]>2013-07-15 20:08:52 +0200
commit4af77a92acf5bc2e27f9dea444a8c84d6775cf77 (patch)
tree1b65c14531f762e6748f41d1acba8939801e96ca /make/stub_includes/opengl/GL/wglext.h
parentd5599155b28f63a83112d4a4268c2cca246c9e28 (diff)
Fix regressions of commit 3a0d7703da32e9a5ddf08a334f18588a78038d88: Avoid CPP redefinitions
Diffstat (limited to 'make/stub_includes/opengl/GL/wglext.h')
-rw-r--r--make/stub_includes/opengl/GL/wglext.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/make/stub_includes/opengl/GL/wglext.h b/make/stub_includes/opengl/GL/wglext.h
index ed5d6a7db..df5abb22b 100644
--- a/make/stub_includes/opengl/GL/wglext.h
+++ b/make/stub_includes/opengl/GL/wglext.h
@@ -697,6 +697,7 @@ BOOL WINAPI wglDeleteDCNV (HDC hdc);
#define WGL_COLOR_SAMPLES_NV 0x20B9
#endif /* WGL_NV_multisample_coverage */
+#if 0 /* problems on Windows ..*/
#ifndef WGL_NV_present_video
#define WGL_NV_present_video 1
#ifndef SKIP_WGL_HANDLE_DEFINITIONS
@@ -712,6 +713,7 @@ BOOL WINAPI wglBindVideoDeviceNV (HDC hDC, unsigned int uVideoSlot, HVIDEOOUTPUT
BOOL WINAPI wglQueryCurrentContextNV (int iAttribute, int *piValue);
#endif
#endif /* WGL_NV_present_video */
+#endif /* problems on Windows ..*/
#ifndef WGL_NV_render_depth_texture
#define WGL_NV_render_depth_texture 1
@@ -757,6 +759,7 @@ void WINAPI wglFreeMemoryNV (void *pointer);
#endif
#endif /* WGL_NV_vertex_array_range */
+#if 0 /* problems on Windows ..*/
#ifndef WGL_NV_video_capture
#define WGL_NV_video_capture 1
#ifndef SKIP_WGL_HANDLE_DEFINITIONS
@@ -777,7 +780,9 @@ BOOL WINAPI wglQueryVideoCaptureDeviceNV (HDC hDc, HVIDEOINPUTDEVICENV hDevice,
BOOL WINAPI wglReleaseVideoCaptureDeviceNV (HDC hDc, HVIDEOINPUTDEVICENV hDevice);
#endif
#endif /* WGL_NV_video_capture */
+#endif /* problems on Windows ..*/
+#if 0 /* problems on Windows ..*/
#ifndef WGL_NV_video_output
#define WGL_NV_video_output 1
#ifndef SKIP_WGL_HANDLE_DEFINITIONS
@@ -811,6 +816,7 @@ BOOL WINAPI wglSendPbufferToVideoNV (HPBUFFERARB hPbuffer, int iBufferType, unsi
BOOL WINAPI wglGetVideoInfoNV (HPVIDEODEV hpVideoDevice, unsigned long *pulCounterOutputPbuffer, unsigned long *pulCounterOutputVideo);
#endif
#endif /* WGL_NV_video_output */
+#endif /* problems on Windows ..*/
#ifndef WGL_OML_sync_control
#define WGL_OML_sync_control 1