Module: wine Branch: master Commit: 1e65d4743c394b40615ff028515f57b974a16ce6 URL: http://source.winehq.org/git/wine.git/?a=commit;h=1e65d4743c394b40615ff02851...
Author: Jacek Caban jacek@codeweavers.com Date: Mon Dec 25 16:09:41 2006 +0100
itss: Added test of protocol.
---
.gitignore | 1 + Makefile.in | 2 + configure | 3 +- configure.ac | 1 + dlls/Makefile.in | 1 + dlls/itss/tests/Makefile.in | 18 ++ dlls/itss/tests/protocol.c | 439 ++++++++++++++++++++++++++ dlls/itss/tests/rsrc.rc | 675 +++++++++++++++++++++++++++++++++++++++++ programs/winetest/Makefile.in | 3 + programs/winetest/winetest.rc | 1 + 10 files changed, 1143 insertions(+), 1 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=1e65d4743c394b40615ff0...