Module: wine Branch: master Commit: 199ff9b3c4bdc16b78527a4ed63d96f6aec31024 URL: http://source.winehq.org/git/wine.git/?a=commit;h=199ff9b3c4bdc16b78527a4ed6...
Author: Owen Rudge orudge@codeweavers.com Date: Wed Aug 18 16:02:08 2010 -0500
d3dx10: Add stub for d3dx10_38.
---
configure | 1 + configure.ac | 1 + dlls/d3dx10_38/Makefile.in | 12 +++ dlls/d3dx10_38/d3dx10_38.spec | 180 +++++++++++++++++++++++++++++++++++++++ dlls/d3dx10_38/d3dx10_38_main.c | 63 ++++++++++++++ dlls/d3dx10_38/version.rc | 26 ++++++ 6 files changed, 283 insertions(+), 0 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=199ff9b3c4bdc16b78527a...