mirror of
https://github.com/doitsujin/dxvk.git
synced 2024-12-14 18:23:52 +01:00
9 lines
192 B
C
9 lines
192 B
C
|
#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>
|