fixing ddrawi is compatible with vs

svn path=/trunk/; revision=27178
This commit is contained in:
Magnus Olsen 2007-06-14 20:02:51 +00:00
parent c4f39da5a8
commit 4a4c71ea2b

View file

@ -2181,10 +2181,11 @@ typedef struct IDirectDrawSurfaceKernelVtbl DIRECTDRAWSURFACEKERNELCALLBACKS;
typedef struct IDirectDrawGammaControlVtbl DIRECTDRAWGAMMACONTROLCALLBACKS; typedef struct IDirectDrawGammaControlVtbl DIRECTDRAWGAMMACONTROLCALLBACKS;
typedef DIRECTDRAWCLIPPERCALLBACKS FAR *LPDIRECTDRAWCLIPPERCALLBACKS; typedef DIRECTDRAWCLIPPERCALLBACKS *LPDIRECTDRAWCLIPPERCALLBACKS;
typedef DIRECTDRAWPALETTECALLBACKS FAR *LPDIRECTDRAWPALETTECALLBACKS; typedef DIRECTDRAWPALETTECALLBACKS *LPDIRECTDRAWPALETTECALLBACKS;
typedef DIRECTDRAWSURFACECALLBACKS FAR *LPDIRECTDRAWSURFACECALLBACKS; typedef DIRECTDRAWSURFACECALLBACKS *LPDIRECTDRAWSURFACECALLBACKS;
typedef DIRECTDRAWCALLBACKS FAR *LPDIRECTDRAWCALLBACKS; typedef DIRECTDRAWCALLBACKS *LPDIRECTDRAWCALLBACKS;
HRESULT CALLBACK HRESULT CALLBACK
D3DParseUnknownCommand (LPVOID lpvCommands, D3DParseUnknownCommand (LPVOID lpvCommands,