WIN32 -> _WIN32
This commit is contained in:
@@ -340,7 +340,7 @@ BOOST_AUTO_TEST_CASE(AlertNotify)
|
||||
// Windows built-in echo semantics are different than posixy shells. Quotes and
|
||||
// whitespace are printed literally.
|
||||
|
||||
#ifndef WIN32
|
||||
#ifndef _WIN32
|
||||
BOOST_CHECK_EQUAL(r[0], "Alert 1");
|
||||
BOOST_CHECK_EQUAL(r[1], "Alert 2, cancels 1");
|
||||
BOOST_CHECK_EQUAL(r[2], "Alert 2, cancels 1");
|
||||
|
||||
Reference in New Issue
Block a user