mirror of
https://github.com/reactos/reactos.git
synced 2026-07-05 01:34:39 +08:00
fixing ddrawi is compatible with vs
svn path=/trunk/; revision=27178
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user