This website works better with JavaScript.
Home
Explore
Help
Sign In
visus
/
dds
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Missing #include for Win32 locale functions
default_compile_flags
vector-of-bool
4 years ago
parent
e108f7b92c
commit
bc76700683
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
+1
-0
src/dds.main.cpp
+ 1
- 0
src/dds.main.cpp
View File
@@ -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 "";
Write
Preview
Loading…
Cancel
Save