diff -r cd72eae05bdf -r 3c00344f49c9 lemon/graph_to_eps.h --- a/lemon/graph_to_eps.h Mon Jul 16 16:21:40 2018 +0200 +++ b/lemon/graph_to_eps.h Wed Oct 17 19:14:07 2018 +0200 @@ -2,7 +2,7 @@ * * This file is a part of LEMON, a generic C++ optimization library. * - * Copyright (C) 2003-2010 + * Copyright (C) 2003-2013 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport * (Egervary Research Group on Combinatorial Optimization, EGRES). * @@ -25,7 +25,7 @@ #include #include -#ifndef WIN32 +#ifndef LEMON_WIN32 #include #include #else @@ -222,7 +222,6 @@ using T::_title; using T::_copyright; - using typename T::NodeTextColorType; using T::CUST_COL; using T::DIST_COL; using T::DIST_BW; @@ -675,7 +674,7 @@ { os << "%%CreationDate: "; -#ifndef WIN32 +#ifndef LEMON_WIN32 timeval tv; gettimeofday(&tv, 0);