From 518675fbb55d4ba7b813d8b045d9e7a62593ce63 Mon Sep 17 00:00:00 2001 From: Ken Thomases Date: Wed, 27 Apr 2011 18:02:47 -0500 Subject: [PATCH] winecoreaudio.drv: Link against ole32 for CoTaskMemAlloc/Free. --- dlls/winecoreaudio.drv/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/winecoreaudio.drv/Makefile.in b/dlls/winecoreaudio.drv/Makefile.in index 1db95ab9e05..544e1094530 100644 --- a/dlls/winecoreaudio.drv/Makefile.in +++ b/dlls/winecoreaudio.drv/Makefile.in @@ -1,5 +1,5 @@ MODULE = winecoreaudio.drv -IMPORTS = uuid winmm user32 +IMPORTS = uuid winmm ole32 user32 EXTRALIBS = @COREAUDIO@ C_SRCS = \