lemon/graph_to_eps.h
changeset 1340 f70f688d9ef9
parent 1291 72694bc6916d
     1.1 --- a/lemon/graph_to_eps.h	Thu Apr 02 14:07:38 2015 +0200
     1.2 +++ b/lemon/graph_to_eps.h	Tue Apr 28 18:07:07 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