mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-01-18 20:52:10 +01:00
[dxvk] Fix multiple inclusion of dxvk_platform_exts.h
This fixes build failures when using `--unity on` meson parameter
This commit is contained in:
parent
5fe8d823a0
commit
abff2afeaf
@ -1,3 +1,5 @@
|
||||
#pragma once
|
||||
|
||||
#include "dxvk_extension_provider.h"
|
||||
|
||||
namespace dxvk {
|
||||
@ -21,4 +23,4 @@ namespace dxvk {
|
||||
static DxvkPlatformExts s_instance;
|
||||
};
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user