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

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuergen Herrmann <shadowrom@me.com>2014-03-09 03:25:08 +0400
committerJuergen Herrmann <shadowrom@me.com>2014-03-09 03:25:08 +0400
commit5559302369ae6a17e9ad5f3c8bd9ea6eb318d87f (patch)
treeb87db634a859b33aa0ddda978cb2b7f0c8a70c26 /source/blender/freestyle/intern/geometry/Grid.h
parent645aa96795b0ecc8f041fe20682d9b7b236009e4 (diff)
Cleanup some useless/unneeded #ifdefs for MSVC2013.
Diffstat (limited to 'source/blender/freestyle/intern/geometry/Grid.h')
-rw-r--r--source/blender/freestyle/intern/geometry/Grid.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/freestyle/intern/geometry/Grid.h b/source/blender/freestyle/intern/geometry/Grid.h
index 070bee047a9..aefe75f4842 100644
--- a/source/blender/freestyle/intern/geometry/Grid.h
+++ b/source/blender/freestyle/intern/geometry/Grid.h
@@ -30,7 +30,7 @@
#include <cstring> // for memset
#include <float.h>
-#ifndef _MSC_VER
+#ifdef _MSC_VER
#include <stdint.h> // For SET_UINT_IN_POINTER, i.e. uintptr_t.
#endif
#include <vector>