summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Joye <pajoye@php.net>2008-08-25 14:37:07 +0000
committerPierre Joye <pajoye@php.net>2008-08-25 14:37:07 +0000
commitd161d4b3b385ac88673b0af413762bfa77abaebc (patch)
tree106eae29ed29a3a60fca29e6e98b0e1348b36b12
parent3b714ee11320dfa205ff00936c5cd1fc36159ac2 (diff)
downloadphp-git-d161d4b3b385ac88673b0af413762bfa77abaebc.tar.gz
- and the last part of the fix, inline on win
-rw-r--r--ext/standard/crypt_freesec.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/standard/crypt_freesec.h b/ext/standard/crypt_freesec.h
index 22c391a3ef..a87663d4fe 100644
--- a/ext/standard/crypt_freesec.h
+++ b/ext/standard/crypt_freesec.h
@@ -5,6 +5,9 @@
#if PHP_WIN32
# include "win32/php_stdint.h"
+# ifndef inline
+# define inline __inline
+# endif
#else
# include "php_config.h"
# if HAVE_INTTYPES_H