Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbubnikv <bubnikv@gmail.com>2017-09-11 10:58:41 +0300
committerbubnikv <bubnikv@gmail.com>2017-09-11 10:58:41 +0300
commitfd3b474a63bc3dae341b282fcd328388e87c3213 (patch)
treecfd44dd1335c8ea4776d9912313a02f1196001a2 /xs/src/libslic3r/Int128.hpp
parent836dd98113c10d532af77db89c6b77ac26c4c25e (diff)
Merges https://github.com/prusa3d/Slic3r/pull/509
Diffstat (limited to 'xs/src/libslic3r/Int128.hpp')
-rw-r--r--xs/src/libslic3r/Int128.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/xs/src/libslic3r/Int128.hpp b/xs/src/libslic3r/Int128.hpp
index 0aeb927a7..7bf0c87b4 100644
--- a/xs/src/libslic3r/Int128.hpp
+++ b/xs/src/libslic3r/Int128.hpp
@@ -50,7 +50,7 @@
#include <cassert>
#include "Point.hpp"
-#ifndef _MSC_VER
+#if ! defined(_MSC_VER) && defined(__SIZEOF_INT128__)
#define HAS_INTRINSIC_128_TYPE
#endif