opengl32: Don't lose __wine_set_pixel_format() declaration during make_opengl.

This commit is contained in:
Ken Thomases 2012-11-04 17:28:51 -06:00 committed by Alexandre Julliard
parent 0e856abf6d
commit 26670de210
1 changed files with 2 additions and 1 deletions

View File

@ -821,7 +821,8 @@ foreach (sort keys %norm_functions)
}
print HEADER "\n\n";
print HEADER "extern struct opengl_funcs * CDECL __wine_get_wgl_driver( HDC hdc, UINT version );\n\n";
print HEADER "extern struct opengl_funcs * CDECL __wine_get_wgl_driver( HDC hdc, UINT version );\n";
print HEADER "extern BOOL CDECL __wine_set_pixel_format( HWND hwnd, int format );\n\n";
print HEADER "#endif /* __WINE_WGL_DRIVER_H */\n";
close HEADER;