浏览代码

Missing #include for Win32 locale functions

default_compile_flags
vector-of-bool 4 年前
父节点
当前提交
bc76700683
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      src/dds.main.cpp

+ 1
- 0
src/dds.main.cpp 查看文件

@@ -1256,6 +1256,7 @@ int main_fn(const std::vector<std::string>& argv) {
}

#if NEO_OS_IS_WINDOWS
#include <windows.h>
std::string wstr_to_u8str(std::wstring_view in) {
if (in.empty()) {
return "";

正在加载...
取消
保存