ソースを参照

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 "";

読み込み中…
キャンセル
保存