Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
5632c82c
Commit
5632c82c
authored
Oct 11, 2017
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Get rid of wglext.h.
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
c4e9e3fc
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
0 additions
and
4 deletions
+0
-4
opengl.c
dlls/wineandroid.drv/opengl.c
+0
-1
wined3d_gl.h
dlls/wined3d/wined3d_gl.h
+0
-1
opengl.c
dlls/winemac.drv/opengl.c
+0
-1
opengl.c
dlls/winex11.drv/opengl.c
+0
-1
wglext.h
include/wine/wglext.h
+0
-0
No files found.
dlls/wineandroid.drv/opengl.c
View file @
5632c82c
...
...
@@ -42,7 +42,6 @@
#include "wine/wgl.h"
#undef GLAPIENTRY
#include "wine/wgl_driver.h"
#include "wine/wglext.h"
#include "wine/library.h"
#include "wine/debug.h"
...
...
dlls/wined3d/wined3d_gl.h
View file @
5632c82c
...
...
@@ -25,7 +25,6 @@
#define __WINE_WINED3D_GL_H
#include "wine/wgl.h"
#include "wine/wglext.h"
#define GL_COMPRESSED_LUMINANCE_ALPHA_3DC_ATI 0x8837
/* not in the gl spec */
...
...
dlls/winemac.drv/opengl.c
View file @
5632c82c
...
...
@@ -31,7 +31,6 @@
#include "wine/debug.h"
#include "wine/wgl.h"
#include "wine/wgl_driver.h"
#include "wine/wglext.h"
#define __gl_h_
#define __gltypes_h_
...
...
dlls/winex11.drv/opengl.c
View file @
5632c82c
...
...
@@ -50,7 +50,6 @@ WINE_DECLARE_DEBUG_CHANNEL(winediag);
#include "wine/wgl.h"
#include "wine/wgl_driver.h"
#include "wine/wglext.h"
typedef
struct
__GLXcontextRec
*
GLXContext
;
typedef
struct
__GLXFBConfigRec
*
GLXFBConfig
;
...
...
include/wine/wglext.h
deleted
100644 → 0
View file @
c4e9e3fc
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment