Janitorial dlls/commdlg/printdlg W->A cleanup

Tony Lambregts tony_lambregts at telusplanet.net
Wed Mar 5 22:39:05 CST 2003


Change Log: Janitorial. Get rid of W->A call

Files Changed: dlls/commdlg/printdlg.c

-- 

Tony Lambregts

-------------- next part --------------
Index: printdlg.c
===================================================================
RCS file: /home/wine/wine/dlls/commdlg/printdlg.c,v
retrieving revision 1.60
diff -u -r1.60 printdlg.c
--- printdlg.c	7 Jan 2003 20:36:31 -0000	1.60
+++ printdlg.c	6 Mar 2003 04:42:23 -0000
@@ -2502,7 +2502,7 @@
 {
     BOOL      bRet = FALSE;
     LPVOID   ptr;
-    HINSTANCE hInst = (HINSTANCE)GetWindowLongA( lppd->hwndOwner, GWL_HINSTANCE );
+    HINSTANCE hInst = (HINSTANCE)GetWindowLongW( lppd->hwndOwner, GWL_HINSTANCE );
 
     if(TRACE_ON(commdlg)) {
         char flagstr[1000] = "";


More information about the wine-patches mailing list