opengl32: make_opengl: Do not add explicit casts of function pointers to void pointers.
This commit is contained in:
parent
8c4a2978b2
commit
161e90238a
|
@ -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 ",";
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue