d3d9: Update win32.api to fix the winapi_check warnings.
This commit is contained in:
parent
cec957d684
commit
3c1c89eb6e
|
@ -810,6 +810,8 @@ void
|
|||
%long
|
||||
|
||||
BOOL
|
||||
D3DCOLOR
|
||||
DWORD
|
||||
HRESULT
|
||||
UINT
|
||||
int
|
||||
|
@ -817,7 +819,14 @@ int
|
|||
%ptr
|
||||
|
||||
IDirect3D9 *
|
||||
LPVOID
|
||||
|
||||
%wstr
|
||||
|
||||
LPCWSTR
|
||||
|
||||
%void
|
||||
|
||||
void
|
||||
|
||||
%%d3dx8.dll
|
||||
|
||||
|
|
Loading…
Reference in New Issue