From: Perttu Ahola Date: Mon, 13 Dec 2010 09:51:53 +0000 (+0200) Subject: fixes for vc++ X-Git-Url: http://81.2.79.47:8989/gitweb/?a=commitdiff_plain;h=22037459e321cfe51719c58f492145d39b48c196;p=zefram%2Fminetest%2Fminetest_engine.git fixes for vc++ --- diff --git a/src/voxel.h b/src/voxel.h index 472f0740..43e0baa7 100644 --- a/src/voxel.h +++ b/src/voxel.h @@ -25,6 +25,9 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "debug.h" #include "mapnode.h" +#undef min +#undef max + /* A fast voxel manipulator class