wing32: Fix two typos in export names.
This commit is contained in:
parent
2b92e554a8
commit
6dab9cde4a
|
@ -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 );
|
||||
}
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue