We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f127af commit 4e5a539Copy full SHA for 4e5a539
src/tests/test_double_value.cpp
@@ -30,7 +30,7 @@ Official Source Code: https://github.com/wsjcpp/wsjcpp-yaml
30
#include <fstream>
31
#include <wsjcpp_yaml.h>
32
33
-#ifdef WINDOWS
+#if defined(_WIN32)
34
#include <direct.h>
35
#define GetCurrentDir _getcwd
36
#else
src/tests/test_float_value.cpp
0 commit comments