Henri Verbeet : ddraw: Avoid LPDDDEVICEIDENTIFIER.

Alexandre Julliard julliard at winehq.org
Tue Dec 11 14:41:14 CST 2012


Module: wine
Branch: master
Commit: 3f8f10128843cb0e10307e37d6e0ea933afdc024
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=3f8f10128843cb0e10307e37d6e0ea933afdc024

Author: Henri Verbeet <hverbeet at codeweavers.com>
Date:   Mon Dec 10 21:54:33 2012 +0100

ddraw: Avoid LPDDDEVICEIDENTIFIER.

---

 include/ddraw.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/ddraw.h b/include/ddraw.h
index 638776a..7666199 100644
--- a/include/ddraw.h
+++ b/include/ddraw.h
@@ -1670,7 +1670,7 @@ DECLARE_INTERFACE_(IDirectDraw4,IUnknown)
 /*60*/    STDMETHOD(GetSurfaceFromDC)(THIS_ HDC dc, struct IDirectDrawSurface4 **surface) PURE;
 /*64*/    STDMETHOD(RestoreAllSurfaces)(THIS) PURE;
 /*68*/    STDMETHOD(TestCooperativeLevel)(THIS) PURE;
-/*6c*/    STDMETHOD(GetDeviceIdentifier)(THIS_ LPDDDEVICEIDENTIFIER pDDDI, DWORD dwFlags) PURE;
+/*6c*/    STDMETHOD(GetDeviceIdentifier)(THIS_ DDDEVICEIDENTIFIER *identifier, DWORD flags) PURE;
 };
 #undef INTERFACE
 




More information about the wine-cvs mailing list