COIN-OR::LEMON - Graph Library

Changeset 940:64260c0f58eb in lemon-main for lemon/bits


Ignore:
Timestamp:
04/07/11 16:57:35 (13 years ago)
Author:
Alpar Juttner <alpar@…>
Branch:
default
Children:
941:6660ac776acf, 960:98ddf8d5fda9
Phase:
public
Message:

Better Win CodeBlock?/MinGW support (#418)

  • Remove -ansi compilation flag
  • Don't include sys/times.h when WIN32 is defined
File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/bits/windows.cc

    r493 r940  
    4141#include <unistd.h>
    4242#include <ctime>
     43#ifndef WIN32
    4344#include <sys/times.h>
     45#endif
    4446#include <sys/time.h>
    4547#endif
Note: See TracChangeset for help on using the changeset viewer.