d3d9: Fix variable type in reset_enum_callback().
This commit is contained in:
parent
6b80c80410
commit
b44596ffff
|
@ -424,7 +424,7 @@ static BOOL WINAPI IDirect3DDevice9Impl_ShowCursor(LPDIRECT3DDEVICE9EX ifac
|
|||
|
||||
static HRESULT WINAPI reset_enum_callback(IWineD3DResource *resource, void *data) {
|
||||
BOOL *resources_ok = data;
|
||||
WINED3DRESOURCETYPE type;
|
||||
D3DRESOURCETYPE type;
|
||||
HRESULT ret = S_OK;
|
||||
WINED3DSURFACE_DESC surface_desc;
|
||||
WINED3DVOLUME_DESC volume_desc;
|
||||
|
|
Loading…
Reference in New Issue