lemon/graph_to_eps.h
changeset 145 95d905b6e33d
parent 134 0775d2ba2afb
child 157 2ccc1afc2c52
     1.1 --- a/lemon/graph_to_eps.h	Tue Apr 22 15:07:04 2008 +0200
     1.2 +++ b/lemon/graph_to_eps.h	Tue Apr 22 17:52:01 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