diff -r 93d455c647be -r 20f95cd51aba lemon/graph_to_eps.h --- a/lemon/graph_to_eps.h Tue Apr 14 16:36:45 2015 +0200 +++ b/lemon/graph_to_eps.h Tue Apr 28 18:13:42 2015 +0200 @@ -25,7 +25,7 @@ #include #include -#ifndef WIN32 +#ifndef LEMON_WIN32 #include #include #else @@ -674,7 +674,7 @@ { os << "%%CreationDate: "; -#ifndef WIN32 +#ifndef LEMON_WIN32 timeval tv; gettimeofday(&tv, 0);