Module: wine Branch: master Commit: 3c5b2e6e50c8bab10e1b71543196dfb3f6d94102 URL: http://source.winehq.org/git/wine.git/?a=commit;h=3c5b2e6e50c8bab10e1b715431...
Author: Owen Rudge orudge@codeweavers.com Date: Wed Aug 18 16:01:53 2010 -0500
d3dx10: Add stub for d3dx10_43.
---
configure | 1 + configure.ac | 1 + dlls/d3dx10_43/Makefile.in | 12 +++ dlls/d3dx10_43/d3dx10_43.spec | 176 +++++++++++++++++++++++++++++++++++++++ dlls/d3dx10_43/d3dx10_43_main.c | 63 ++++++++++++++ dlls/d3dx10_43/version.rc | 26 ++++++ 6 files changed, 279 insertions(+), 0 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=3c5b2e6e50c8bab10e1b71...