pajoye Mon Aug 25 14:37:08 2008 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/standard crypt_freesec.h
Log:
- and the last part of the fix, inline on win
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/crypt_freesec.h?r1=1.1.2.8&r2=1.1.2.9&diff_format=u
Index: php-src/ext/standard/crypt_freesec.h
diff -u php-src/ext/standard/crypt_freesec.h:1.1.2.8
php-src/ext/standard/crypt_freesec.h:1.1.2.9
--- php-src/ext/standard/crypt_freesec.h:1.1.2.8 Mon Aug 25 14:10:38 2008
+++ php-src/ext/standard/crypt_freesec.h Mon Aug 25 14:37:07 2008
@@ -1,10 +1,13 @@
-/* $Id: crypt_freesec.h,v 1.1.2.8 2008/08/25 14:10:38 jani Exp $ */
+/* $Id: crypt_freesec.h,v 1.1.2.9 2008/08/25 14:37:07 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