Module: wine Branch: master Commit: 3bb4760f8801508982c6577889d99c67cf96ce69 URL: http://source.winehq.org/git/wine.git/?a=commit;h=3bb4760f8801508982c6577889...
Author: Rob Shearman rob@codeweavers.com Date: Sun Dec 17 23:45:55 2006 +0000
ole32: Move the user marshal tests to usrmarshal.c.
---
dlls/ole32/tests/Makefile.in | 3 +- dlls/ole32/tests/marshal.c | 189 ---------------------------------- dlls/ole32/tests/usrmarshal.c | 226 +++++++++++++++++++++++++++++++++++++++++ 3 files changed, 228 insertions(+), 190 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=3bb4760f8801508982c657...