mirror of
https://gitlab.com/Mr_Goldberg/goldberg_emulator.git
synced 2025-12-05 11:44:53 +01:00
Fixing cross compiling with clang-cl
This commit is contained in:
parent
d646f61582
commit
890f19c20a
5 changed files with 9 additions and 9 deletions
|
|
@ -8,7 +8,7 @@
|
|||
class DX12_Hook : public Base_Hook
|
||||
{
|
||||
public:
|
||||
static constexpr const char DLL_NAME[] = "d3d12.dll";
|
||||
static constexpr const char *DLL_NAME = "d3d12.dll";
|
||||
|
||||
private:
|
||||
// Variables
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue