oleview: Link with wine's unicode libarary

Andrew Talbot Andrew.Talbot at talbotville.com
Thu Jun 22 01:58:58 CDT 2006


Changelog:
    oleview: Link with wine's unicode libarary.

diff -urN a/programs/oleview/Makefile.in b/programs/oleview/Makefile.in
--- a/programs/oleview/Makefile.in	2006-06-21 11:27:35.000000000 +0100
+++ b/programs/oleview/Makefile.in	2006-06-22 07:35:53.000000000 +0100
@@ -5,7 +5,7 @@
 MODULE    = oleview.exe
 APPMODE   = -mwindows -municode
 IMPORTS   = comctl32 shell32 oleaut32 ole32 user32 advapi32 kernel32
-EXTRALIBS = -luuid
+EXTRALIBS = -luuid $(LIBUNICODE)
 EXTRADEFS = -DUNICODE
 
 C_SRCS = \



More information about the wine-patches mailing list