branch | 1.3 |
changeset 1145 | 5c247b4dc708 |
parent 1104 | 72694bc6916d |
1.1 --- a/lemon/graph_to_eps.h Thu Apr 02 14:08:38 2015 +0200 1.2 +++ b/lemon/graph_to_eps.h Tue Apr 28 18:12:39 2015 +0200 1.3 @@ -25,7 +25,7 @@ 1.4 #include<algorithm> 1.5 #include<vector> 1.6 1.7 -#ifndef WIN32 1.8 +#ifndef LEMON_WIN32 1.9 #include<sys/time.h> 1.10 #include<ctime> 1.11 #else 1.12 @@ -674,7 +674,7 @@ 1.13 1.14 { 1.15 os << "%%CreationDate: "; 1.16 -#ifndef WIN32 1.17 +#ifndef LEMON_WIN32 1.18 timeval tv; 1.19 gettimeofday(&tv, 0); 1.20