Skip to content

Commit c60fcd8

Browse files
author
Sparky
authored
These aren't external
1 parent 7fe9265 commit c60fcd8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/whitelist.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,14 @@ bool isSafe(unsigned char* pNodeName, unsigned char* pServiceName)
3636
extern "C" {
3737

3838
#ifdef WIN32_
39-
WINSOCK_API_LINKAGE INT WSAAPI __wrap_getaddrinfo(
39+
INT WSAAPI __wrap_getaddrinfo(
4040
_In_opt_ PCSTR pNodeName,
4141
_In_opt_ PCSTR pServiceName,
4242
_In_opt_ const ADDRINFOA * pHints,
4343
_Outptr_ PADDRINFOA * ppResult
4444
)
4545
#else
46-
extern int __wrap_getaddrinfo (__const char *__restrict pNodeName,
46+
int __wrap_getaddrinfo (__const char *__restrict pNodeName,
4747
__const char *__restrict pServiceName,
4848
__const struct addrinfo *__restrict pHints,
4949
struct addrinfo **__restrict ppResult)

0 commit comments

Comments
 (0)