Module: wine Branch: master Commit: 871967d0fb4c3695cabd13a8669b513b5085c2d8 URL: http://source.winehq.org/git/wine.git/?a=commit;h=871967d0fb4c3695cabd13a866...
Author: Henri Verbeet hverbeet@codeweavers.com Date: Wed Sep 4 08:56:46 2013 +0200
d3dx9: Avoid LPVOID.
---
dlls/d3dx9_36/core.c | 2 +- dlls/d3dx9_36/d3dx9_36_main.c | 2 +- dlls/d3dx9_36/d3dx9_36_private.h | 2 +- dlls/d3dx9_36/effect.c | 12 +++++-- dlls/d3dx9_36/line.c | 6 ++-- dlls/d3dx9_36/mesh.c | 65 ++++++++++++++++++------------------- dlls/d3dx9_36/shader.c | 8 ++-- dlls/d3dx9_36/tests/mesh.c | 8 ++-- dlls/d3dx9_36/tests/shader.c | 2 +- dlls/d3dx9_36/texture.c | 9 +++-- dlls/d3dx9_36/util.c | 2 +- include/d3dx9anim.h | 26 +++++++------- include/d3dx9core.h | 14 ++++---- include/d3dx9effect.h | 16 +++++----- include/d3dx9math.h | 2 +- include/d3dx9mesh.h | 44 +++++++++++++------------- include/d3dx9shader.h | 4 +- include/d3dx9tex.h | 6 ++- include/d3dx9xof.h | 15 +++++---- 19 files changed, 126 insertions(+), 119 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=871967d0fb4c3695cabd13...