Просмотр исходного кода

Missing #include for Win32 locale functions

default_compile_flags
vector-of-bool 5 лет назад
Родитель
Сommit
bc76700683
1 измененных файлов: 1 добавлений и 0 удалений
  1. +1
    -0
      src/dds.main.cpp

+ 1
- 0
src/dds.main.cpp Просмотреть файл

} }


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

Загрузка…
Отмена
Сохранить