|
@ -20,7 +20,7 @@ |
|
|
#include "ttltrack.h" |
|
|
#include "ttltrack.h" |
|
|
#include "blackwhitelist.h" |
|
|
#include "blackwhitelist.h" |
|
|
#include "fakepackets.h" |
|
|
#include "fakepackets.h" |
|
|
|
|
|
int (*debugPrint)(char const *const _Format, ...) = NULL; |
|
|
// My mingw installation does not load inet_pton definition for some reason
|
|
|
// My mingw installation does not load inet_pton definition for some reason
|
|
|
WINSOCK_API_LINKAGE INT WSAAPI inet_pton(INT Family, LPCSTR pStringBuf, PVOID pAddr); |
|
|
WINSOCK_API_LINKAGE INT WSAAPI inet_pton(INT Family, LPCSTR pStringBuf, PVOID pAddr); |
|
|
|
|
|
|
|
|