opengl32: make_opengl: Do not add explicit casts of function pointers to void pointers.

oldstable
Michael Stefaniuc 2008-12-30 01:07:27 +01:00 committed by Alexandre Julliard
parent 8c4a2978b2
commit 161e90238a
2 changed files with 1486 additions and 1486 deletions

View File

@ -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