Module: wine Branch: master Commit: 1c5b536d8a8527426f3d9ded7154bf0e5e64d5e1 URL: http://source.winehq.org/git/wine.git/?a=commit;h=1c5b536d8a8527426f3d9ded71...
Author: David Adam david.adam.cnrs@gmail.com Date: Sun Jan 25 11:38:20 2009 +0100
d3dx9_38: Implement the dll and forward the functions to d3dx9_36.
---
configure | 9 + configure.ac | 1 + dlls/d3dx9_38/Makefile.in | 15 ++ dlls/d3dx9_38/d3dx9_38.spec | 336 +++++++++++++++++++++++++++++++++++++++++ dlls/d3dx9_38/d3dx9_38_main.c | 62 ++++++++ dlls/d3dx9_38/version.rc | 26 +++ 6 files changed, 449 insertions(+), 0 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=1c5b536d8a8527426f3d9d...