mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-09-12 18:50:22 -07:00
include: Get rid of some superfluous semicolons.
This commit is contained in:
@@ -32,7 +32,7 @@ interface IDXGISwapChain3 : IDXGISwapChain2
|
||||
HRESULT SetColorSpace1(DXGI_COLOR_SPACE_TYPE type);
|
||||
HRESULT ResizeBuffers1(UINT buffer_count, UINT width, UINT height, DXGI_FORMAT format,
|
||||
UINT flags, const UINT *node_mask, IUnknown *const *present_queue);
|
||||
};
|
||||
}
|
||||
|
||||
[
|
||||
local,
|
||||
@@ -44,4 +44,4 @@ interface IDXGIFactory4 : IDXGIFactory3
|
||||
{
|
||||
HRESULT EnumAdapterByLuid(LUID luid, REFIID iid, void **adapter);
|
||||
HRESULT EnumWarpAdapter(REFIID iid, void **adapter);
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user