From: Pierre Joye Date: Tue, 26 Aug 2008 06:54:37 +0000 (+0000) Subject: - MFB:inline definition (win32) X-Git-Tag: BEFORE_HEAD_NS_CHANGE~574 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c96aec4634316f1b6cdb930d14d98ec9a569c6ca;p=php - MFB:inline definition (win32) --- diff --git a/ext/standard/crypt_freesec.h b/ext/standard/crypt_freesec.h index 22c391a3ef..0efb810a36 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