From 24f320be8cfd21c1c5710e4590bb53561b72fdb5 Mon Sep 17 00:00:00 2001 From: Austin Henriksen Date: Wed, 3 Feb 2021 18:11:49 -0500 Subject: Repaired VS project and solution files. --- cpp/src/IceGrid/Scanner.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'cpp/src/IceGrid/Scanner.cpp') diff --git a/cpp/src/IceGrid/Scanner.cpp b/cpp/src/IceGrid/Scanner.cpp index 23958d4a7c9..9413d50a829 100644 --- a/cpp/src/IceGrid/Scanner.cpp +++ b/cpp/src/IceGrid/Scanner.cpp @@ -471,6 +471,7 @@ using namespace IceGrid; # undef yywrap # define yywrap() 1 # endif +# define YY_NO_UNISTD_H #endif #define YY_INPUT(buf, result, maxSize) parser->getInput(buf, result, maxSize) -- cgit v1.2.3