Module: wine Branch: master Commit: eb4eda275727a0b9027f09d8542f0ce6f1819a1a URL: http://source.winehq.org/git/wine.git/?a=commit;h=eb4eda275727a0b9027f09d854...
Author: Christian Costa titan.costa@wanadoo.fr Date: Wed Dec 31 12:27:24 2008 +0100
d3dxof: Move X files parsing into a separate file.
---
dlls/d3dxof/Makefile.in | 1 + dlls/d3dxof/d3dxof.c | 1252 +---------------------------------------- dlls/d3dxof/d3dxof_private.h | 8 + dlls/d3dxof/parsing.c | 1290 ++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 1300 insertions(+), 1251 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=eb4eda275727a0b9027f09...