Module: wine Branch: master Commit: 75deeb458989e01c6c83496c4519d7962d44ea7e URL: http://source.winehq.org/git/wine.git/?a=commit;h=75deeb458989e01c6c83496c45...
Author: Henri Verbeet hverbeet@codeweavers.com Date: Fri Sep 6 09:57:43 2013 +0200
d3drm: Avoid LPCSTR.
---
dlls/d3drm/d3drm.c | 36 +++++++-------------- dlls/d3drm/device.c | 18 ++++------- dlls/d3drm/face.c | 12 ++----- dlls/d3drm/frame.c | 22 +++++-------- dlls/d3drm/light.c | 6 +-- dlls/d3drm/material.c | 4 +- dlls/d3drm/meshbuilder.c | 27 +++++++---------- dlls/d3drm/texture.c | 26 +++++++-------- dlls/d3drm/viewport.c | 12 ++----- include/d3drm.h | 12 ++++---- include/d3drmdef.h | 7 ++-- include/d3drmobj.h | 76 +++++++++++++++++++++++----------------------- include/d3drmwin.h | 2 +- 13 files changed, 110 insertions(+), 150 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=75deeb458989e01c6c8349...