| Index: tools/viewer/win/main_win.cpp
|
| diff --git a/tools/vulkan/win/main_win.cpp b/tools/viewer/win/main_win.cpp
|
| similarity index 98%
|
| rename from tools/vulkan/win/main_win.cpp
|
| rename to tools/viewer/win/main_win.cpp
|
| index c2ad6dabbfd722dafb6fae56c758e7cc531965ba..ba1629c8376939e869b0e4acbf366b9b1d3ec3eb 100644
|
| --- a/tools/vulkan/win/main_win.cpp
|
| +++ b/tools/viewer/win/main_win.cpp
|
| @@ -13,6 +13,8 @@
|
| #include "Window_win.h"
|
| #include "../Application.h"
|
|
|
| +using sk_app::Application;
|
| +
|
| static char* tchar_to_utf8(const TCHAR* str) {
|
| #ifdef _UNICODE
|
| int size = WideCharToMultiByte(CP_UTF8, 0, str, wcslen(str), NULL, 0, NULL, NULL);
|
|
|