Fix building on Mingw

Steven Edwards steven_ed4153 at yahoo.com
Thu Mar 27 14:19:08 CST 2003


Note this may break Unix as I dont have a box setup to test with

cvs diff -u wine_unicode.def 
Index: wine_unicode.def
===================================================================
RCS file: /home/wine/wine/libs/unicode/wine_unicode.def,v
retrieving revision 1.2
diff -u -r1.2 wine_unicode.def
--- wine_unicode.def	21 Mar 2003 21:30:51 -0000	1.2
+++ wine_unicode.def	27 Mar 2003 20:18:10 -0000
@@ -1,3 +1,5 @@
+LIBRARY libwine_unicode.dll
+
 EXPORTS
     snprintfW
     sprintfW

cvs diff -u wine.def 
Index: wine.def
===================================================================
RCS file: /home/wine/wine/libs/wine/wine.def,v
retrieving revision 1.1
diff -u -r1.1 wine.def
--- wine.def	23 Mar 2003 00:28:53 -0000	1.1
+++ wine.def	27 Mar 2003 20:18:18 -0000
@@ -1,3 +1,5 @@
+LIBRARY libwine.dll
+
 EXPORTS
     __wine_dbg_register
     __wine_dbg_unregister

__________________________________________________
Do you Yahoo!?
Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop!
http://platinum.yahoo.com



More information about the wine-patches mailing list