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/dxvk/dxvk_annotation.h')
-rw-r--r--src/dxvk/dxvk_annotation.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/dxvk/dxvk_annotation.h b/src/dxvk/dxvk_annotation.h
index e5d1cbc7..a1dc76c9 100644
--- a/src/dxvk/dxvk_annotation.h
+++ b/src/dxvk/dxvk_annotation.h
@@ -28,8 +28,6 @@ public:
};
-#ifdef _MSC_VER
-struct __declspec(uuid("7f2c2f72-1cc8-4979-8d9c-7e3faeddecde")) IDXVKUserDefinedAnnotation;
-#else
+#ifndef _MSC_VER
__CRT_UUID_DECL(IDXVKUserDefinedAnnotation, 0x7f2c2f72,0x1cc8,0x4979,0x8d,0x9c,0x7e,0x3f,0xae,0xdd,0xec,0xde);
#endif