summaryrefslogtreecommitdiff
path: root/win32/config.vc64
diff options
context:
space:
mode:
authorSteve Hay <SteveHay@planit.com>2008-10-07 12:18:11 +0000
committerSteve Hay <SteveHay@planit.com>2008-10-07 12:18:11 +0000
commit83ff24d4e96afd1ea1248746770115bb18c7b35a (patch)
treed262cd5fe7e7b9956c4c7cb67f589a691d82cef2 /win32/config.vc64
parent92e71c9183a0db74aa4ef4999dac86e2ffadfac4 (diff)
downloadperl-83ff24d4e96afd1ea1248746770115bb18c7b35a.tar.gz
Define HAS_QUAD on Win32 and introduce new value for QUADKIND
where appropriate. This doesn't make much difference on Win32 because IVSIZE is still 4, but access to the appropriate "quad" type is still useful, e.g. for Y2038 support. p4raw-id: //depot/perl@34470
Diffstat (limited to 'win32/config.vc64')
-rw-r--r--win32/config.vc642
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/config.vc64 b/win32/config.vc64
index 02b5ac989d..e8c3f118e1 100644
--- a/win32/config.vc64
+++ b/win32/config.vc64
@@ -851,7 +851,7 @@ privlibexp='~INST_TOP~~INST_VER~\lib'
procselfexe=''
prototype='define'
ptrsize='8'
-quadkind='4'
+quadkind='5'
quadtype='__int64'
randbits='15'
randfunc='rand'