diff options
author | Pierre Joye <pajoye@php.net> | 2008-08-25 14:37:07 +0000 |
---|---|---|
committer | Pierre Joye <pajoye@php.net> | 2008-08-25 14:37:07 +0000 |
commit | d161d4b3b385ac88673b0af413762bfa77abaebc (patch) | |
tree | 106eae29ed29a3a60fca29e6e98b0e1348b36b12 | |
parent | 3b714ee11320dfa205ff00936c5cd1fc36159ac2 (diff) | |
download | php-git-d161d4b3b385ac88673b0af413762bfa77abaebc.tar.gz |
- and the last part of the fix, inline on win
-rw-r--r-- | ext/standard/crypt_freesec.h | 3 |
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 |