mirror of
https://github.com/php/php-src.git
synced 2025-08-17 22:48:57 +02:00
Using // is not very good idea..
This commit is contained in:
parent
6165cd5c89
commit
aab64595fa
3 changed files with 4 additions and 4 deletions
|
@ -56,7 +56,7 @@ my_string mysql_unix_port=0;
|
|||
#endif
|
||||
|
||||
#if defined(MSDOS) || defined(__WIN__)
|
||||
// socket_errno is defined in global.h for all platforms
|
||||
/* socket_errno is defined in global.h for all platforms */
|
||||
#define perror(A)
|
||||
#else
|
||||
#include <errno.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue