2017-10-11 00:41:56 +02:00
|
|
|
#pragma once
|
|
|
|
|
|
|
|
// GCC complains about the COM interfaces
|
|
|
|
// not having virtual destructors
|
|
|
|
#pragma GCC diagnostic ignored "-Wnon-virtual-dtor"
|
|
|
|
|
|
|
|
#define WIN32_LEAN_AND_MEAN
|
|
|
|
#include <windows.h>
|
2017-10-11 09:41:19 +02:00
|
|
|
#include <unknwn.h>
|