summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/slang-test/slang-test-main.cpp2
-rw-r--r--tools/test-server/test-server-main.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/slang-test/slang-test-main.cpp b/tools/slang-test/slang-test-main.cpp
index c0697b4a4..1fb70ed03 100644
--- a/tools/slang-test/slang-test-main.cpp
+++ b/tools/slang-test/slang-test-main.cpp
@@ -58,7 +58,7 @@ extern "C"
extern "C"
{
- __declspec(dllexport) extern const char* D3D12SDKPath = u8".\\D3D12\\";
+ __declspec(dllexport) extern const char* D3D12SDKPath = ".\\D3D12\\";
}
#endif
diff --git a/tools/test-server/test-server-main.cpp b/tools/test-server/test-server-main.cpp
index 63535ec92..3faa6352f 100644
--- a/tools/test-server/test-server-main.cpp
+++ b/tools/test-server/test-server-main.cpp
@@ -28,7 +28,7 @@ extern "C"
extern "C"
{
- __declspec(dllexport) extern const char* D3D12SDKPath = u8".\\D3D12\\";
+ __declspec(dllexport) extern const char* D3D12SDKPath = ".\\D3D12\\";
}
#endif