- and the last part of the fix, inline on win

This commit is contained in:
Pierre Joye 2008-08-25 14:37:07 +00:00
parent 3b714ee113
commit d161d4b3b3

View file

@ -5,6 +5,9 @@
#if PHP_WIN32 #if PHP_WIN32
# include "win32/php_stdint.h" # include "win32/php_stdint.h"
# ifndef inline
# define inline __inline
# endif
#else #else
# include "php_config.h" # include "php_config.h"
# if HAVE_INTTYPES_H # if HAVE_INTTYPES_H