Mingw porting fix

Steven Edwards steven_ed4153 at yahoo.com
Wed Jun 30 12:38:21 CDT 2004


Changelog:
Call Extract using stdcall to fix linking problem on Mingw


Index: action.c
===================================================================
RCS file: /home/wine/wine/dlls/msi/action.c,v
retrieving revision 1.4
diff -u -r1.4 action.c
--- action.c	29 Jun 2004 04:07:22 -0000	1.4
+++ action.c	30 Jun 2004 17:36:57 -0000
@@ -1216,7 +1216,6 @@
     return rc;
 }
 
-

/***********************************************************************
  *            extract_cabinet_file
  *
@@ -1237,7 +1236,7 @@
         char  directory[0x104]; /* 0x01c */
         char  lastfile[0x20c];  /* 0x120 */
     } EXTRACTdest;
-    extern HRESULT Extract(EXTRACTdest*, LPCSTR);
+    extern HRESULT WINAPI Extract(EXTRACTdest*, LPCSTR);
 
     char *cab_path, *src_path;
     int len = strlenW( cabinet );



	
		
__________________________________
Do you Yahoo!?
New and Improved Yahoo! Mail - 100MB free storage!
http://promotions.yahoo.com/new_mail 



More information about the wine-patches mailing list