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
161e9023
Commit
161e9023
authored
Dec 30, 2008
by
Michael Stefaniuc
Committed by
Alexandre Julliard
Dec 30, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
opengl32: make_opengl: Do not add explicit casts of function pointers to void pointers.
parent
8c4a2978
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
1 deletion
+1
-1
make_opengl
dlls/opengl32/make_opengl
+1
-1
opengl_ext.c
dlls/opengl32/opengl_ext.c
+0
-0
No files found.
dlls/opengl32/make_opengl
View file @
161e9023
...
...
@@ -710,7 +710,7 @@ foreach (sort keys %ext_functions) {
my
$func_ref
=
$ext_functions
{
$_
};
if
(
$func_ref
->
[
0
]
eq
$func_ref
->
[
3
])
{
print
EXT
" { \"$func_ref->[0]\", \"$func_ref->[4]\",
(void *)
wine_$func_ref->[0] }"
;
print
EXT
" { \"$func_ref->[0]\", \"$func_ref->[4]\", wine_$func_ref->[0] }"
;
}
if
(
$i
!=
$count
-
1
)
{
print
EXT
","
;
...
...
dlls/opengl32/opengl_ext.c
View file @
161e9023
This source diff could not be displayed because it is too large. You can
view the blob
instead.
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