WINEDUMP: fix declarations

Mike McCormack mike at codeweavers.com
Wed Jun 22 23:33:31 CDT 2005


ChangeLog:
* fix declarations
-------------- next part --------------
Index: tools/winedump/emf.c
===================================================================
RCS file: /home/wine/wine/tools/winedump/emf.c,v
retrieving revision 1.2
diff -u -p -r1.2 emf.c
--- tools/winedump/emf.c	22 Feb 2005 14:52:35 -0000	1.2
+++ tools/winedump/emf.c	23 Jun 2005 02:52:56 -0000
@@ -20,6 +20,7 @@
 
 #include "config.h"
 #include "wine/port.h"
+#include "winedump.h"
 
 #include <stdio.h>
 #ifdef HAVE_UNISTD_H
Index: tools/winedump/lnk.c
===================================================================
RCS file: /home/wine/wine/tools/winedump/lnk.c,v
retrieving revision 1.7
diff -u -p -r1.7 lnk.c
--- tools/winedump/lnk.c	9 Jun 2005 09:48:02 -0000	1.7
+++ tools/winedump/lnk.c	23 Jun 2005 02:52:56 -0000
@@ -20,6 +20,7 @@
 
 #include "config.h"
 #include "wine/port.h"
+#include "winedump.h"
 
 #include <stdio.h>
 #include <stdlib.h>


More information about the wine-patches mailing list