ddeml.h fix

Dimitrie O. Paun dpaun at rogers.com
Wed Dec 18 07:55:30 CST 2002


ChangeLog
  Some apps use PCONVCONTEXT.

Index: include/ddeml.h
===================================================================
RCS file: /var/cvs/wine/include/ddeml.h,v
retrieving revision 1.24
diff -u -r1.24 ddeml.h
--- include/ddeml.h	31 May 2002 23:06:48 -0000	1.24
+++ include/ddeml.h	18 Dec 2002 06:54:22 -0000
@@ -302,7 +302,7 @@
     INT   iCodePage;
     DWORD   dwLangID;
     DWORD   dwSecurity;
-} CONVCONTEXT, *LPCONVCONTEXT;
+} CONVCONTEXT, *PCONVCONTEXT, *LPCONVCONTEXT;
 
 typedef struct tagCONVINFO
 {


-- 
Dimi.




More information about the wine-patches mailing list