Module: wine Branch: master Commit: 44800b6ad4570b0f0b47c696d7e129523b6ce468 URL: http://source.winehq.org/git/wine.git/?a=commit;h=44800b6ad4570b0f0b47c696d7...
Author: Dan Hipschman dsh@linux.ucla.edu Date: Tue Sep 2 16:02:29 2008 +0200
ole32: Add a widl-generated proxy file for objidl.idl.
---
.gitignore | 2 + dlls/ole32/Makefile.in | 1 + dlls/ole32/ole32_objidl.idl | 25 ++ dlls/ole32/oleproxy.c | 2 + dlls/ole32/tests/moniker.c | 16 -- dlls/ole32/usrmarshal.c | 576 +++++++++++++++++++++++++++++++++++++++++++ 6 files changed, 606 insertions(+), 16 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=44800b6ad4570b0f0b47c6...