mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Fix bug 61193
This commit is contained in:
parent
1923ecfe25
commit
4ac6c512f9
1 changed files with 3 additions and 8 deletions
11
main/php.h
11
main/php.h
|
@ -60,14 +60,9 @@
|
|||
# else
|
||||
# define PHPAPI
|
||||
# endif
|
||||
|
||||
#define THREAD_LS
|
||||
#define PHP_DIR_SEPARATOR '/'
|
||||
#if defined(__MacOSX__)
|
||||
#define PHP_EOL "\r"
|
||||
#else
|
||||
#define PHP_EOL "\n"
|
||||
#endif
|
||||
# define THREAD_LS
|
||||
# define PHP_DIR_SEPARATOR '/'
|
||||
# define PHP_EOL "\n"
|
||||
#endif
|
||||
|
||||
#ifdef NETWARE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue