mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-04-05 16:40:17 +02:00
Adds substutite Windows headers for use when building DXVK natively for Linux. The main one being windows_base.h which has all of the definitions. It supports stuff like __uuidof using some template nonsense too.
4 lines
59 B
C
4 lines
59 B
C
#pragma once
|
|
|
|
#include "windows_base.h"
|
|
#include "unknwn.h" |