forked from blender/blender
Note these are intended for platform maintainers, we do not intend to support users making their own builds with these. For that precompiled libraries from lib/ should be used. Implemented by Martijn Berger, Ray Molenkamp and Brecht Van Lommel. Differential Revision: https://developer.blender.org/D2753
12 lines
463 B
Diff
12 lines
463 B
Diff
diff -Naur k:\BlenderDev\lib\win64_vc12_Harvest\openVDB\/include/openvdb/math/Coord.h .\openVDB/include/openvdb/math/Coord.h
|
|
--- k:\BlenderDev\lib\win64_vc12_Harvest\openVDB\/include/openvdb/math/Coord.h 2016-03-30 15:09:49 -0600
|
|
+++ .\openVDB/include/openvdb/math/Coord.h 2016-04-01 06:53:47 -0600
|
|
@@ -34,6 +34,7 @@
|
|
#include <openvdb/Platform.h>
|
|
#include "Math.h"
|
|
#include "Vec3.h"
|
|
+#define NOMINMAX
|
|
|
|
namespace tbb { class split; } // forward declaration
|
|
|