diff options
Diffstat (limited to 'contrib/DirectX-Headers/include/wsl/stubs/wrl')
-rw-r--r-- | contrib/DirectX-Headers/include/wsl/stubs/wrl/client.h | 6 | ||||
-rw-r--r-- | contrib/DirectX-Headers/include/wsl/stubs/wrl/implements.h | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/contrib/DirectX-Headers/include/wsl/stubs/wrl/client.h b/contrib/DirectX-Headers/include/wsl/stubs/wrl/client.h new file mode 100644 index 0000000..43e7d0b --- /dev/null +++ b/contrib/DirectX-Headers/include/wsl/stubs/wrl/client.h | |||
@@ -0,0 +1,6 @@ | |||
1 | // Copyright (c) Microsoft Corporation. | ||
2 | // Licensed under the MIT License. | ||
3 | |||
4 | // Stub to satisfy d3dx12.h include | ||
5 | #pragma once | ||
6 | #include "../wrladapter.h" \ No newline at end of file | ||
diff --git a/contrib/DirectX-Headers/include/wsl/stubs/wrl/implements.h b/contrib/DirectX-Headers/include/wsl/stubs/wrl/implements.h new file mode 100644 index 0000000..fb2bebc --- /dev/null +++ b/contrib/DirectX-Headers/include/wsl/stubs/wrl/implements.h | |||
@@ -0,0 +1,6 @@ | |||
1 | // Copyright (c) Microsoft Corporation. | ||
2 | // Licensed under the MIT License. | ||
3 | |||
4 | // Stub to satisfy DML TF runtime includes | ||
5 | #pragma once | ||
6 | #include "wrladapter.h" \ No newline at end of file | ||