Module: wine Branch: master Commit: 699f68cdee8f9c2bc4ee51e54ec52487dd16531f URL: http://source.winehq.org/git/wine.git/?a=commit;h=699f68cdee8f9c2bc4ee51e54e...
Author: Henri Verbeet hverbeet@codeweavers.com Date: Tue Jul 7 11:08:03 2009 +0200
wined3d: Get rid of some pointers in WINED3DADAPTER_IDENTIFIER.
This also avoids some unchecked strcpy() calls.
---
dlls/d3d8/directx.c | 36 +++++++++++++---------- dlls/d3d9/directx.c | 28 ++++++++++-------- dlls/wined3d/directx.c | 71 +++++++++++++++++++++++++++++++-------------- include/wine/wined3d.idl | 23 ++++++++------ 4 files changed, 97 insertions(+), 61 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=699f68cdee8f9c2bc4ee51...