Andrew Nguyen : wing32: Fix two typos in export names.

Alexandre Julliard julliard at winehq.org
Mon Apr 18 11:10:58 CDT 2011


Module: wine
Branch: master
Commit: 6dab9cde4a89bfdf2b41565b88c164da9c69d73d
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=6dab9cde4a89bfdf2b41565b88c164da9c69d73d

Author: Andrew Nguyen <anguyen at codeweavers.com>
Date:   Sat Apr 16 04:26:59 2011 -0500

wing32: Fix two typos in export names.

---

 dlls/wing32/wing32.c    |    8 ++++----
 dlls/wing32/wing32.spec |    4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/dlls/wing32/wing32.c b/dlls/wing32/wing32.c
index 3c6d3d9..ac74986 100644
--- a/dlls/wing32/wing32.c
+++ b/dlls/wing32/wing32.c
@@ -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 );
 }
diff --git a/dlls/wing32/wing32.spec b/dlls/wing32/wing32.spec
index 67d3bb8..c2f361d 100644
--- a/dlls/wing32/wing32.spec
+++ b/dlls/wing32/wing32.spec
@@ -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)




More information about the wine-cvs mailing list