From 4a4c71ea2b728a99676c7f4d354e8a67244cd88c Mon Sep 17 00:00:00 2001 From: Magnus Olsen Date: Thu, 14 Jun 2007 20:02:51 +0000 Subject: [PATCH] fixing ddrawi is compatible with vs svn path=/trunk/; revision=27178 --- reactos/include/ddk/ddrawi.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/reactos/include/ddk/ddrawi.h b/reactos/include/ddk/ddrawi.h index 089bcf66895..4e010392c56 100644 --- a/reactos/include/ddk/ddrawi.h +++ b/reactos/include/ddk/ddrawi.h @@ -2181,10 +2181,11 @@ typedef struct IDirectDrawSurfaceKernelVtbl DIRECTDRAWSURFACEKERNELCALLBACKS; typedef struct IDirectDrawGammaControlVtbl DIRECTDRAWGAMMACONTROLCALLBACKS; -typedef DIRECTDRAWCLIPPERCALLBACKS FAR *LPDIRECTDRAWCLIPPERCALLBACKS; -typedef DIRECTDRAWPALETTECALLBACKS FAR *LPDIRECTDRAWPALETTECALLBACKS; -typedef DIRECTDRAWSURFACECALLBACKS FAR *LPDIRECTDRAWSURFACECALLBACKS; -typedef DIRECTDRAWCALLBACKS FAR *LPDIRECTDRAWCALLBACKS; +typedef DIRECTDRAWCLIPPERCALLBACKS *LPDIRECTDRAWCLIPPERCALLBACKS; +typedef DIRECTDRAWPALETTECALLBACKS *LPDIRECTDRAWPALETTECALLBACKS; +typedef DIRECTDRAWSURFACECALLBACKS *LPDIRECTDRAWSURFACECALLBACKS; +typedef DIRECTDRAWCALLBACKS *LPDIRECTDRAWCALLBACKS; + HRESULT CALLBACK D3DParseUnknownCommand (LPVOID lpvCommands,