Module: wine Branch: master Commit: 3400c03346b8afe45db00bbdc2ddc3270ccd9106 URL: http://source.winehq.org/git/wine.git/?a=commit;h=3400c03346b8afe45db00bbdc2...
Author: Rico Schüller kgbricola@web.de Date: Sun Mar 29 15:41:21 2009 +0200
Implement d3dx9_41 and forward the functions to d3dx9_36.
---
configure | 9 + configure.ac | 1 + dlls/d3dx9_41/Makefile.in | 15 ++ dlls/d3dx9_41/d3dx9_41.spec | 336 +++++++++++++++++++++++++++++++++++++++++ dlls/d3dx9_41/d3dx9_41_main.c | 63 ++++++++ dlls/d3dx9_41/version.rc | 27 ++++ 6 files changed, 451 insertions(+), 0 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=3400c03346b8afe45db00b...