1
0
mirror of https://github.com/EduApps-CDG/OpenDX synced 2024-12-30 09:45:37 +01:00

11 lines
235 B
C
Raw Normal View History

2017-10-11 00:41:56 +02:00
#pragma once
#include <ostream>
#include "com_include.h"
#define DXVK_DEFINE_GUID(iface) \
template<> inline GUID const& __mingw_uuidof<iface> () { return iface::guid; }
2017-10-11 00:41:56 +02:00
std::ostream& operator << (std::ostream& os, REFIID guid);