mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
- and the last part of the fix, inline on win
This commit is contained in:
parent
3b714ee113
commit
d161d4b3b3
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue