wing32: Fix two typos in export names.

This commit is contained in:
Andrew Nguyen 2011-04-16 04:26:59 -05:00 committed by Alexandre Julliard
parent 2b92e554a8
commit 6dab9cde4a
2 changed files with 6 additions and 6 deletions

View file

@ -95,9 +95,9 @@ UINT WINAPI WinGGetDIBColorTable( HDC hdc, UINT start, UINT end, RGBQUAD *colors
}
/***********************************************************************
* WinGCreateHalfTonePalette (WING32.@)
* WinGCreateHalftonePalette (WING32.@)
*/
HPALETTE WINAPI WinGCreateHalfTonePalette( void )
HPALETTE WINAPI WinGCreateHalftonePalette( void )
{
HDC hdc;
HPALETTE hpal;
@ -110,9 +110,9 @@ HPALETTE WINAPI WinGCreateHalfTonePalette( void )
}
/***********************************************************************
* WinGCreateHalfToneBrush (WING32.@)
* WinGCreateHalftoneBrush (WING32.@)
*/
HBRUSH WINAPI WinGCreateHalfToneBrush( HDC hdc, COLORREF color, INT type )
HBRUSH WINAPI WinGCreateHalftoneBrush( HDC hdc, COLORREF color, INT type )
{
return CreateSolidBrush( color );
}

View file

@ -1,8 +1,8 @@
@ stdcall WinGBitBlt(long long long long long long long long)
@ stdcall WinGCreateBitmap(long ptr ptr)
@ stdcall WinGCreateDC()
@ stdcall WinGCreateHalfToneBrush(long long long)
@ stdcall WinGCreateHalfTonePalette()
@ stdcall WinGCreateHalftoneBrush(long long long)
@ stdcall WinGCreateHalftonePalette()
@ stdcall WinGGetDIBColorTable(long long long ptr)
@ stdcall WinGGetDIBPointer(long ptr)
@ stdcall WinGRecommendDIBFormat(ptr)