Ken Thomases : winecoreaudio.drv: Link against ole32 for CoTaskMemAlloc/ Free.

Alexandre Julliard julliard at winehq.org
Thu Apr 28 12:18:54 CDT 2011


Module: wine
Branch: master
Commit: 518675fbb55d4ba7b813d8b045d9e7a62593ce63
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=518675fbb55d4ba7b813d8b045d9e7a62593ce63

Author: Ken Thomases <ken at codeweavers.com>
Date:   Wed Apr 27 18:02:47 2011 -0500

winecoreaudio.drv: Link against ole32 for CoTaskMemAlloc/Free.

---

 dlls/winecoreaudio.drv/Makefile.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/winecoreaudio.drv/Makefile.in b/dlls/winecoreaudio.drv/Makefile.in
index 1db95ab..544e109 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 = \




More information about the wine-cvs mailing list