1.1 --- a/lemon/graph_to_eps.h Mon Jul 16 16:21:40 2018 +0200
1.2 +++ b/lemon/graph_to_eps.h Wed Oct 17 19:14:07 2018 +0200
1.3 @@ -2,7 +2,7 @@
1.4 *
1.5 * This file is a part of LEMON, a generic C++ optimization library.
1.6 *
1.7 - * Copyright (C) 2003-2010
1.8 + * Copyright (C) 2003-2013
1.9 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
1.10 * (Egervary Research Group on Combinatorial Optimization, EGRES).
1.11 *
1.12 @@ -25,7 +25,7 @@
1.13 #include<algorithm>
1.14 #include<vector>
1.15
1.16 -#ifndef WIN32
1.17 +#ifndef LEMON_WIN32
1.18 #include<sys/time.h>
1.19 #include<ctime>
1.20 #else
1.21 @@ -222,7 +222,6 @@
1.22 using T::_title;
1.23 using T::_copyright;
1.24
1.25 - using typename T::NodeTextColorType;
1.26 using T::CUST_COL;
1.27 using T::DIST_COL;
1.28 using T::DIST_BW;
1.29 @@ -675,7 +674,7 @@
1.30
1.31 {
1.32 os << "%%CreationDate: ";
1.33 -#ifndef WIN32
1.34 +#ifndef LEMON_WIN32
1.35 timeval tv;
1.36 gettimeofday(&tv, 0);
1.37