COIN-OR::LEMON - Graph Library

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/graph_to_eps.h

    r1291 r1340  
    2626#include<vector>
    2727
    28 #ifndef WIN32
     28#ifndef LEMON_WIN32
    2929#include<sys/time.h>
    3030#include<ctime>
     
    675675    {
    676676      os << "%%CreationDate: ";
    677 #ifndef WIN32
     677#ifndef LEMON_WIN32
    678678      timeval tv;
    679679      gettimeofday(&tv, 0);
Note: See TracChangeset for help on using the changeset viewer.