lemon/graph_to_eps.h
changeset 481 daddd623ac9a
parent 480 70aa52d30f13
child 482 879c55700cd4
child 509 c5919679af17
     1.1 --- a/lemon/graph_to_eps.h	Tue Feb 10 15:43:39 2009 +0100
     1.2 +++ b/lemon/graph_to_eps.h	Tue Feb 10 17:21:26 2009 +0000
     1.3 @@ -29,8 +29,12 @@
     1.4  #include<sys/time.h>
     1.5  #include<ctime>
     1.6  #else
     1.7 +#ifndef WIN32_LEAN_AND_MEAN
     1.8  #define WIN32_LEAN_AND_MEAN
     1.9 +#endif
    1.10 +#ifndef NOMINMAX
    1.11  #define NOMINMAX
    1.12 +#endif
    1.13  #include<windows.h>
    1.14  #endif
    1.15