COIN-OR::LEMON - Graph Library

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/time_measure.h

    r509 r440  
    2525
    2626#ifdef WIN32
    27 #ifndef WIN32_LEAN_AND_MEAN
    2827#define WIN32_LEAN_AND_MEAN
    29 #endif
    30 #ifndef NOMINMAX
    3128#define NOMINMAX
    32 #endif
    3329#include <windows.h>
    3430#include <cmath>
    3531#else
    36 #include <unistd.h>
    3732#include <sys/times.h>
    3833#include <sys/time.h>
Note: See TracChangeset for help on using the changeset viewer.