Piotr Caban : msvcp80: Fixed ctype_short__Getcat implementation.

Alexandre Julliard julliard at winehq.org
Tue Sep 11 16:59:07 CDT 2012


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

Author: Piotr Caban <piotr at codeweavers.com>
Date:   Tue Sep 11 16:09:10 2012 +0200

msvcp80: Fixed ctype_short__Getcat implementation.

---

 dlls/msvcp80/msvcp80.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/msvcp80/msvcp80.c b/dlls/msvcp80/msvcp80.c
index 78573d2..7dcc104 100644
--- a/dlls/msvcp80/msvcp80.c
+++ b/dlls/msvcp80/msvcp80.c
@@ -125,7 +125,7 @@ static BOOL init_funcs(void)
         pcollate_short__Getcat = (void*)GetProcAddress(hmod, "?_Getcat@?$collate at G@std@@SAIPAPBVfacet at locale@2 at PBV42@@Z");
         pctype_char__Getcat = (void*)GetProcAddress(hmod, "?_Getcat@?$ctype at D@std@@SAIPAPBVfacet at locale@2 at PBV42@@Z");
         pctype_wchar__Getcat = (void*)GetProcAddress(hmod, "?_Getcat@?$ctype at _W@std@@SAIPAPBVfacet at locale@2 at PBV42@@Z");
-        pctype_short__Getcat = (void*)GetProcAddress(hmod, "?_Getcat@?$ctype at G@std@@SAIPAPBVfacet at locale@2 at PBV42@@Z(ptr");
+        pctype_short__Getcat = (void*)GetProcAddress(hmod, "?_Getcat@?$ctype at G@std@@SAIPAPBVfacet at locale@2 at PBV42@@Z");
         pcodecvt_char__Getcat = (void*)GetProcAddress(hmod, "?_Getcat@?$codecvt at DDH@std@@SAIPAPBVfacet at locale@2 at PBV42@@Z");
         pnumpunct_char__Getcat = (void*)GetProcAddress(hmod, "?_Getcat@?$numpunct at D@std@@SAIPAPBVfacet at locale@2 at PBV42@@Z");
         pnumpunct_wchar__Getcat = (void*)GetProcAddress(hmod, "?_Getcat@?$numpunct at _W@std@@SAIPAPBVfacet at locale@2 at PBV42@@Z");




More information about the wine-cvs mailing list