mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Fix typo
This commit is contained in:
parent
7fb3277334
commit
81f5248b00
1 changed files with 2 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
#include "config.w32.h"
|
||||
#if (_WIN32_WINNT < 0x0600) /* Vita/2k8 have these functions */
|
||||
#if (_WIN32_WINNT < 0x0600) /* Vista/2k8 have these functions */
|
||||
#include "php.h"
|
||||
#include <winsock2.h>
|
||||
#include <windows.h>
|
||||
|
@ -7,8 +7,7 @@
|
|||
|
||||
#include "inet.h"
|
||||
|
||||
PHPAPI int
|
||||
inet_pton(int af, const char* src, void* dst)
|
||||
PHPAPI int inet_pton(int af, const char* src, void* dst)
|
||||
{
|
||||
int address_length;
|
||||
struct sockaddr_storage sa;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue