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