Module: wine Branch: master Commit: 16c48f9d84c127e53074f01268f1a8cd09e1b8a5 URL: http://source.winehq.org/git/wine.git/?a=commit;h=16c48f9d84c127e53074f01268...
Author: Henri Verbeet hverbeet@codeweavers.com Date: Mon Sep 9 10:26:21 2013 +0200
d3drm: Avoid LPVOID.
---
dlls/d3drm/d3drm.c | 20 ++---- dlls/d3drm/d3drm_main.c | 2 +- dlls/d3drm/device.c | 88 ++++++++--------------- dlls/d3drm/face.c | 36 +++------ dlls/d3drm/frame.c | 56 +++++--------- dlls/d3drm/light.c | 18 ++--- dlls/d3drm/material.c | 14 ++-- dlls/d3drm/meshbuilder.c | 88 +++++++++-------------- dlls/d3drm/tests/d3drm.c | 4 +- dlls/d3drm/texture.c | 42 +++++------ dlls/d3drm/viewport.c | 36 +++------ include/d3drm.h | 6 +- include/d3drmdef.h | 5 +- include/d3drmobj.h | 183 +++++++++++++++++++++++----------------------- include/d3drmwin.h | 4 +- 15 files changed, 248 insertions(+), 354 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=16c48f9d84c127e53074f0...