28 Dec
2004
28 Dec
'04
9:21 a.m.
"Mike McCormack" <mike(a)codeweavers.com> wrote:
Index: dlls/msi/action.c =================================================================== RCS file: /home/wine/wine/dlls/msi/action.c,v retrieving revision 1.55 diff -u -r1.55 action.c --- dlls/msi/action.c 27 Dec 2004 19:12:35 -0000 1.55 +++ dlls/msi/action.c 28 Dec 2004 06:47:04 -0000 @@ -423,6 +423,59 @@ } }
+/* Called when the package is being closed */ +extern void ACTION_free_package_structures( MSIPACKAGE* package) +{ + INT i;
The "extern" above should be removed. -- Dmitry.
7653
Age (days ago)
7653
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dmitry Timoshkov