summaryrefslogtreecommitdiff
path: root/erts/include
diff options
context:
space:
mode:
authorPatrik Nyblom <pan@erlang.org>2011-06-14 15:34:02 +0200
committerPatrik Nyblom <pan@erlang.org>2011-12-02 15:21:10 +0100
commit42da126259f2b9d34e2591e798bcac893cbb145d (patch)
tree32a0b47cd9503d990cf087d6b83708764680db68 /erts/include
parentf2fce18b897189a60c518017704bf3b100451a93 (diff)
downloaderlang-42da126259f2b9d34e2591e798bcac893cbb145d.tar.gz
Make whole of OTP build and release on Win64
Removed symbolic links from repository.
Diffstat (limited to 'erts/include')
-rw-r--r--erts/include/erl_int_sizes_config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/erts/include/erl_int_sizes_config.h.in b/erts/include/erl_int_sizes_config.h.in
index 4b8a8e1b98..693f5b11a8 100644
--- a/erts/include/erl_int_sizes_config.h.in
+++ b/erts/include/erl_int_sizes_config.h.in
@@ -32,5 +32,8 @@
/* The number of bytes in a long long. */
#undef SIZEOF_LONG_LONG
+/* The size of a pointer. */
+#undef SIZEOF_VOID_P
+
/* Define if building a halfword-heap 64bit emulator (needed for NIF's) */
#undef HALFWORD_HEAP_EMULATOR