mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 16:32:59 +00:00
[WINED3D]
Fix build svn path=/branches/cmake-bringup/; revision=50762
This commit is contained in:
parent
a95f4bb427
commit
9eac3c415c
1 changed files with 9 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
/*
|
/*
|
||||||
* Copyright 2002-2003 The wine-d3d team
|
* Copyright 2002-2003 The wine-d3d team
|
||||||
* Copyright 2002-2003 Jason Edmeades
|
* Copyright 2002-2003 Jason Edmeades
|
||||||
* Copyright 2002-2003 Raphael Junqueira
|
* Copyright 2002-2003 Raphael Junqueira
|
||||||
|
@ -3374,7 +3374,15 @@ interface IWineD3DDevice : IUnknown
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifdef __midl
|
||||||
IWineD3D * __stdcall WineDirect3DCreate(UINT dxVersion, void *parent);
|
IWineD3D * __stdcall WineDirect3DCreate(UINT dxVersion, void *parent);
|
||||||
IWineD3DClipper * __stdcall WineDirect3DCreateClipper(void);
|
IWineD3DClipper * __stdcall WineDirect3DCreateClipper(void);
|
||||||
void __stdcall wined3d_mutex_lock(void);
|
void __stdcall wined3d_mutex_lock(void);
|
||||||
void __stdcall wined3d_mutex_unlock(void);
|
void __stdcall wined3d_mutex_unlock(void);
|
||||||
|
#else
|
||||||
|
IWineD3D *WineDirect3DCreate(UINT dxVersion, void *parent);
|
||||||
|
IWineD3DClipper *WineDirect3DCreateClipper(void);
|
||||||
|
void wined3d_mutex_lock(void);
|
||||||
|
void wined3d_mutex_unlock(void);
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue