From c96aec4634316f1b6cdb930d14d98ec9a569c6ca Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Tue, 26 Aug 2008 06:54:37 +0000 Subject: [PATCH] - MFB:inline definition (win32) --- ext/standard/crypt_freesec.h | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.50.1