lemon/graph_to_eps.h
changeset 143 c3b45bb643b0
parent 134 0775d2ba2afb
child 157 2ccc1afc2c52
     1.1 --- a/lemon/graph_to_eps.h	Sun Apr 13 20:15:45 2008 +0200
     1.2 +++ b/lemon/graph_to_eps.h	Tue Apr 22 17:12:40 2008 +0100
     1.3 @@ -29,6 +29,8 @@
     1.4  #include<sys/time.h>
     1.5  #include<ctime>
     1.6  #else
     1.7 +#define WIN32_LEAN_AND_MEAN
     1.8 +#define NOMINMAX
     1.9  #include<windows.h>
    1.10  #endif
    1.11