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:
@@ -36,7 +36,7 @@ interface IDXGISwapChain2 : IDXGISwapChain1
|
||||
HANDLE GetFrameLatencyWaitableObject();
|
||||
HRESULT SetMatrixTransform(const DXGI_MATRIX_3X2_F *matrix);
|
||||
HRESULT GetMatrixTransform(DXGI_MATRIX_3X2_F *matrix);
|
||||
};
|
||||
}
|
||||
|
||||
[
|
||||
local,
|
||||
@@ -47,4 +47,4 @@ interface IDXGISwapChain2 : IDXGISwapChain1
|
||||
interface IDXGIFactory3 : IDXGIFactory2
|
||||
{
|
||||
UINT GetCreationFlags();
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user