diff options
Diffstat (limited to 'tools/test-server/test-server-main.cpp')
| -rw-r--r-- | tools/test-server/test-server-main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
