Module: wine Branch: refs/heads/master Commit: 0c2d2772863e05ec5a1a77b20ecd8355f9dd0384 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=0c2d2772863e05ec5a1a77b2...
Author: Kevin Koltzau kevin@plop.org Date: Wed Mar 22 00:05:14 2006 -0500
ole32: Initial tests for OLE clipboard functions.
---
dlls/ole32/tests/.gitignore | 1 dlls/ole32/tests/Makefile.in | 1 dlls/ole32/tests/clipboard.c | 357 ++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 359 insertions(+), 0 deletions(-) create mode 100644 dlls/ole32/tests/clipboard.c
Diff: http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=0c2d2772863e05ec5a1a...