Francois Gouget : user32: Fix a typo in the StretchDIBits stub name.

Alexandre Julliard julliard at winehq.org
Mon Feb 4 08:42:49 CST 2008


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

Author: Francois Gouget <fgouget at free.fr>
Date:   Sat Jan 26 03:06:49 2008 +0100

user32: Fix a typo in the StretchDIBits stub name.

---

 dlls/user32/display.drv.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/user32/display.drv.spec b/dlls/user32/display.drv.spec
index 82af0e5..2a805d6 100644
--- a/dlls/user32/display.drv.spec
+++ b/dlls/user32/display.drv.spec
@@ -27,7 +27,7 @@
 25 stub GetPaletteTranslate
 26 stub UpdateColors
 27 stub StretchBlt
-28 stub StrechDIBits
+28 stub StretchDIBits
 29 stub SelectBitmap
 30 stub BitmapBits
 31 stub ReEnable




More information about the wine-cvs mailing list