Janitorial dlls/commdlg/printdlg W->A cleanup

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

Files Changed: dlls/commdlg/printdlg.c

--

Tony Lambregts

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] = "";

[Index of Archives]     [Gimp for Windows]     [Red Hat]     [Samba]     [Yosemite Camping]     [Graphics Cards]     [Wine Home]

  Powered by Linux