Browse Source

Fixed not defined var

pull/630/head
EgorWeders 7 months ago
parent
commit
9c44ea9766
  1. 2
      src/goodbyedpi.c

2
src/goodbyedpi.c

@ -20,7 +20,7 @@
#include "ttltrack.h"
#include "blackwhitelist.h"
#include "fakepackets.h"
int (*debugPrint)(char const *const _Format, ...) = NULL;
// 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);

Loading…
Cancel
Save