28 Feb
2007
28 Feb
'07
2:19 p.m.
Module: wine Branch: master Commit: c30c6e23ba716f6fb61f953c8c6e2e5fc58e58f6 URL: http://source.winehq.org/git/wine.git/?a=commit;h=c30c6e23ba716f6fb61f953c8c... Author: Huw Davies <huw(a)codeweavers.com> Date: Tue Feb 27 12:32:02 2007 +0000 msxml3: Add a schema cache object. --- dlls/msxml3/Makefile.in | 1 + dlls/msxml3/factory.c | 11 ++- dlls/msxml3/msxml_private.h | 1 + dlls/msxml3/schema.c | 204 +++++++++++++++++++++++++++++++++++++++++ dlls/msxml3/tests/Makefile.in | 3 +- dlls/msxml3/tests/schema.c | 103 +++++++++++++++++++++ 6 files changed, 319 insertions(+), 4 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=c30c6e23ba716f6fb61f95...