Module: wine Branch: master Commit: 75511e351cee1514a6c1c81e66a9bac2b111555a URL: http://source.winehq.org/git/wine.git/?a=commit;h=75511e351cee1514a6c1c81e66...
Author: Henri Verbeet hverbeet@codeweavers.com Date: Mon Sep 2 09:45:44 2013 +0200
d3dx9: Avoid LPCSTR.
---
dlls/d3dx9_36/effect.c | 4 +- dlls/d3dx9_36/shader.c | 46 +++++++++++++------------- dlls/d3dx9_36/skin.c | 18 +++++----- dlls/d3dx9_36/surface.c | 2 +- dlls/d3dx9_36/tests/asm.c | 7 ++-- dlls/d3dx9_36/tests/effect.c | 36 ++++++++++---------- dlls/d3dx9_36/tests/mesh.c | 19 ++++++---- dlls/d3dx9_36/tests/shader.c | 48 ++++++++++++++------------- include/d3dx9anim.h | 30 ++++++++-------- include/d3dx9core.h | 2 +- include/d3dx9effect.h | 75 ++++++++++++++++++++++------------------- include/d3dx9mesh.h | 4 +- include/d3dx9shader.h | 24 +++++++------ include/d3dx9tex.h | 4 +- include/d3dx9xof.h | 9 +++-- 15 files changed, 170 insertions(+), 158 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=75511e351cee1514a6c1c8...