From 53c35217958cc4a3af30637dad08fa1ebbb1cedb Mon Sep 17 00:00:00 2001 From: Henri Verbeet Date: Thu, 21 Jan 2010 10:38:28 +0100 Subject: [PATCH] wined3d: Fix the ARB_pixel_buffer_object extension definitions. --- dlls/wined3d/wined3d_gl.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/dlls/wined3d/wined3d_gl.h b/dlls/wined3d/wined3d_gl.h index da1596b0c92..eb0bda22617 100644 --- a/dlls/wined3d/wined3d_gl.h +++ b/dlls/wined3d/wined3d_gl.h @@ -2308,14 +2308,6 @@ typedef void (WINE_GLAPI *PGLFNGETQUERYOBJECTUIVARBPROC)(GLuint query, GLenum pn /* GL_ARB_pixel_buffer_object */ #ifndef GL_ARB_pixel_buffer_object #define GL_ARB_pixel_buffer_object 1 -#endif -#define GL_PIXEL_PACK_BUFFER_ARB 0x88eb -#define GL_PIXEL_UNPACK_BUFFER_ARB 0x88ec -#define GL_PIXEL_PACK_BUFFER_BINDING_ARB 0x88ed -#define GL_PIXEL_UNPACK_BUFFER_BINDING_ARB 0x88ef - -/* GL_ARB_pixel_buffer_object */ -#ifndef GL_ARB_pixel_buffer_object #define GL_PIXEL_PACK_BUFFER_ARB 0x88eb #define GL_PIXEL_UNPACK_BUFFER_ARB 0x88ec #define GL_PIXEL_PACK_BUFFER_BINDING_ARB 0x88ed