Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .tipi/opts.vs-16-2019-win64-cxx17
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
add_compile_definitions(
NOMINMAX
WIN32_LEAN_AND_MEAN
_WIN32_WINNT=0x0A00 # We have to set the windows version targeted
WINVER=0x0A00 # We have to set the windows version targeted
)
2 changes: 1 addition & 1 deletion examples/test_passphrase.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

std::string path_to_exe;
#if BOOST_OS_WINDOWS
path_to_exe ="./stdin_hide_guard.exe"
path_to_exe ="./stdin_hide_guard.exe";
#else
path_to_exe ="./stdin_hide_guard";
#endif
Expand Down