pajoye Tue Aug 26 06:54:37 2008 UTC Modified files: /php-src/ext/standard crypt_freesec.h Log: - MFB:inline definition (win32) http://cvs.php.net/viewvc.cgi/php-src/ext/standard/crypt_freesec.h?r1=1.6&r2=1.7&diff_format=u Index: php-src/ext/standard/crypt_freesec.h diff -u php-src/ext/standard/crypt_freesec.h:1.6 php-src/ext/standard/crypt_freesec.h:1.7 --- php-src/ext/standard/crypt_freesec.h:1.6 Mon Aug 25 14:10:22 2008 +++ php-src/ext/standard/crypt_freesec.h Tue Aug 26 06:54:37 2008 @@ -1,10 +1,13 @@ -/* $Id: crypt_freesec.h,v 1.6 2008/08/25 14:10:22 jani Exp $ */ +/* $Id: crypt_freesec.h,v 1.7 2008/08/26 06:54:37 pajoye Exp $ */ #ifndef _CRYPT_FREESEC_H #define _CRYPT_FREESEC_H #if PHP_WIN32 # include "win32/php_stdint.h" +# ifndef inline +# define inline __inline +# endif #else # include "php_config.h" # if HAVE_INTTYPES_H
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php