We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c832f18 commit b83812aCopy full SHA for b83812a
test/parsers_test.cpp
@@ -308,7 +308,7 @@ void test_environment()
308
("bar", new untyped_value, "")
309
;
310
311
-#if (defined(_WIN32) && ! defined(BOOST_BORLANDC) && ! defined(BOOST_EMBTC)) || (defined(__CYGWIN__))
+#if defined(_WIN32) && ! defined(BOOST_BORLANDC) && ! defined(BOOST_EMBTC)
312
_putenv("PO_TEST_FOO=1");
313
#else
314
putenv(const_cast<char*>("PO_TEST_FOO=1"));
0 commit comments