summaryrefslogtreecommitdiffstats
path: root/src/libs/dxvk-native-1.9.2a/src/util/com/com_guid.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/libs/dxvk-native-1.9.2a/src/util/com/com_guid.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/libs/dxvk-native-1.9.2a/src/util/com/com_guid.h b/src/libs/dxvk-native-1.9.2a/src/util/com/com_guid.h
new file mode 100644
index 00000000..9a69fc93
--- /dev/null
+++ b/src/libs/dxvk-native-1.9.2a/src/util/com/com_guid.h
@@ -0,0 +1,8 @@
+#pragma once
+
+#include <ostream>
+#include <iomanip>
+
+#include "com_include.h"
+
+std::ostream& operator << (std::ostream& os, REFIID guid);