summaryrefslogtreecommitdiff
path: root/win32/config.vc
diff options
context:
space:
mode:
authorTony Cook <tony@develop-help.com>2010-09-23 20:43:44 +1000
committerAndy Dougherty <doughera@lafayette.edu>2010-09-23 09:37:26 -0400
commit038ea8ae868b1350e1b0662ded32942e2396b684 (patch)
treeebeb339c3168d01e98182d11611892eacdfc689d /win32/config.vc
parent5a9a79a4cd93fcfb7398dd4e99030923446e8b08 (diff)
downloadperl-038ea8ae868b1350e1b0662ded32942e2396b684.tar.gz
Configure inline support for 32-bit VC++
VC supports static inline via "static __inline".
Diffstat (limited to 'win32/config.vc')
-rw-r--r--win32/config.vc2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/config.vc b/win32/config.vc
index afb86cc502..b06b685270 100644
--- a/win32/config.vc
+++ b/win32/config.vc
@@ -851,7 +851,7 @@ perl_patchlevel='~PERL_PATCHLEVEL~'
perladmin=''
perllibs='~libs~'
perlpath='~INST_TOP~~INST_VER~\bin~INST_ARCH~\perl.exe'
-perl_static_inline=''
+perl_static_inline='static __inline'
pg=''
phostname='hostname'
pidtype='int'