Module: wine Branch: refs/heads/master Commit: 8a4f71c61e4c3e9668245f2e39be5b24065f1a80 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=8a4f71c61e4c3e9668245f2e...
Author: Robert Shearman rob@codeweavers.com Date: Mon May 8 15:55:14 2006 +0100
ole32: Add an implementation of class monikers.
---
dlls/ole32/Makefile.in | 1 dlls/ole32/classmoniker.c | 771 ++++++++++++++++++++++++++++++++++++++++++++ dlls/ole32/moniker.c | 11 - dlls/ole32/moniker.h | 2 dlls/ole32/oleproxy.c | 2 dlls/ole32/tests/moniker.c | 5 6 files changed, 780 insertions(+), 12 deletions(-) create mode 100644 dlls/ole32/classmoniker.c
Diff: http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=8a4f71c61e4c3e966824...