Module: wine Branch: master Commit: a9f3bc43e54b765f1e320d974540c964e489a433 URL: http://source.winehq.org/git/wine.git/?a=commit;h=a9f3bc43e54b765f1e320d9745...
Author: Henri Verbeet hverbeet@codeweavers.com Date: Mon Sep 9 10:26:20 2013 +0200
d3drm: Avoid LPSTR.
---
dlls/d3drm/d3drm.c | 20 ++----- dlls/d3drm/device.c | 46 ++++++---------- dlls/d3drm/face.c | 29 ++++------- dlls/d3drm/frame.c | 30 ++++------- dlls/d3drm/light.c | 14 ++---- dlls/d3drm/material.c | 10 ++-- dlls/d3drm/meshbuilder.c | 57 ++++++++----------- dlls/d3drm/texture.c | 26 ++++------ dlls/d3drm/viewport.c | 30 ++++------- include/d3drm.h | 6 +- include/d3drmobj.h | 134 +++++++++++++++++++++++----------------------- include/d3drmwin.h | 4 +- 12 files changed, 166 insertions(+), 240 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=a9f3bc43e54b765f1e320d...