浏览代码

Merge branch 'gltf_o3dgc' of https://github.com/smalcom/assimp into gltf_o3dgc

Alexandr Arutjunov 9 年之前
父节点
当前提交
0bc410a562
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      contrib/Open3DGC/o3dgcTimer.h

+ 2 - 0
contrib/Open3DGC/o3dgcTimer.h

@@ -27,6 +27,8 @@ THE SOFTWARE.
 #include "o3dgcCommon.h"
 
 #ifdef WIN32
+/* Thank you, Microsoft, for file WinDef.h with min/max redefinition. */
+#define NOMINMAX
 #include <windows.h>
 #elif __MACH__
 #include <mach/clock.h>