Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/doitsujin/dxvk.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/d3d11/d3d11_on_12_interfaces.h')
-rw-r--r--src/d3d11/d3d11_on_12_interfaces.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/d3d11/d3d11_on_12_interfaces.h b/src/d3d11/d3d11_on_12_interfaces.h
index 2ec22e0a..4a40e02a 100644
--- a/src/d3d11/d3d11_on_12_interfaces.h
+++ b/src/d3d11/d3d11_on_12_interfaces.h
@@ -49,8 +49,6 @@ ID3D12DXVKInteropDevice : public IUnknown {
};
-#ifdef _MSC_VER
-struct __declspec(uuid("39da4e09-bd1c-4198-9fae-86bbe3be41fd")) ID3D12DXVKInteropDevice;
-#else
+#ifndef _MSC_VER
__CRT_UUID_DECL(ID3D12DXVKInteropDevice, 0x39da4e09, 0xbd1c, 0x4198, 0x9f,0xae, 0x86,0xbb,0xe3,0xbe,0x41,0xfd)
#endif