Module: wine Branch: master Commit: 72d9aaa6e5ffbd449c025b982b5761fee38977e6 URL: http://source.winehq.org/git/wine.git/?a=commit;h=72d9aaa6e5ffbd449c025b982b...
Author: Christian Costa titan.costa@wanadoo.fr Date: Mon Apr 12 11:21:33 2010 +0200
d3dxof: Add support for mszip compressed files.
---
dlls/d3dxof/Makefile.in | 1 + dlls/d3dxof/d3dxof.c | 94 ++++++- dlls/d3dxof/d3dxof_private.h | 3 + dlls/d3dxof/mszip.c | 645 ++++++++++++++++++++++++++++++++++++++++++ dlls/d3dxof/mszip.h | 130 +++++++++ dlls/d3dxof/tests/d3dxof.c | 71 +++++- 6 files changed, 928 insertions(+), 16 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=72d9aaa6e5ffbd449c025b...