Commit 6dab9cde authored by Andrew Nguyen's avatar Andrew Nguyen Committed by Alexandre Julliard

wing32: Fix two typos in export names.

parent 2b92e554
...@@ -95,9 +95,9 @@ UINT WINAPI WinGGetDIBColorTable( HDC hdc, UINT start, UINT end, RGBQUAD *colors ...@@ -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; HDC hdc;
HPALETTE hpal; HPALETTE hpal;
...@@ -110,9 +110,9 @@ HPALETTE WINAPI WinGCreateHalfTonePalette( void ) ...@@ -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 ); return CreateSolidBrush( color );
} }
......
@ stdcall WinGBitBlt(long long long long long long long long) @ stdcall WinGBitBlt(long long long long long long long long)
@ stdcall WinGCreateBitmap(long ptr ptr) @ stdcall WinGCreateBitmap(long ptr ptr)
@ stdcall WinGCreateDC() @ stdcall WinGCreateDC()
@ stdcall WinGCreateHalfToneBrush(long long long) @ stdcall WinGCreateHalftoneBrush(long long long)
@ stdcall WinGCreateHalfTonePalette() @ stdcall WinGCreateHalftonePalette()
@ stdcall WinGGetDIBColorTable(long long long ptr) @ stdcall WinGGetDIBColorTable(long long long ptr)
@ stdcall WinGGetDIBPointer(long ptr) @ stdcall WinGGetDIBPointer(long ptr)
@ stdcall WinGRecommendDIBFormat(ptr) @ stdcall WinGRecommendDIBFormat(ptr)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment