diff --git a/.tipi/opts.vs-16-2019-win64-cxx17 b/.tipi/opts.vs-16-2019-win64-cxx17 new file mode 100644 index 0000000..ca39d75 --- /dev/null +++ b/.tipi/opts.vs-16-2019-win64-cxx17 @@ -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 +) \ No newline at end of file diff --git a/examples/test_passphrase.cpp b/examples/test_passphrase.cpp index 7bb59b9..fa9b7e2 100644 --- a/examples/test_passphrase.cpp +++ b/examples/test_passphrase.cpp @@ -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