lemon/graph_to_eps.h
changeset 509 daddd623ac9a
parent 508 70aa52d30f13
child 511 879c55700cd4
child 556 c5919679af17
equal deleted inserted replaced
20:f651733a8cd7 21:71271640afd3
    27 
    27 
    28 #ifndef WIN32
    28 #ifndef WIN32
    29 #include<sys/time.h>
    29 #include<sys/time.h>
    30 #include<ctime>
    30 #include<ctime>
    31 #else
    31 #else
       
    32 #ifndef WIN32_LEAN_AND_MEAN
    32 #define WIN32_LEAN_AND_MEAN
    33 #define WIN32_LEAN_AND_MEAN
       
    34 #endif
       
    35 #ifndef NOMINMAX
    33 #define NOMINMAX
    36 #define NOMINMAX
       
    37 #endif
    34 #include<windows.h>
    38 #include<windows.h>
    35 #endif
    39 #endif
    36 
    40 
    37 #include<lemon/math.h>
    41 #include<lemon/math.h>
    38 #include<lemon/core.h>
    42 #include<lemon/core.h>