File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -275,6 +275,7 @@ DLL_FILES=\
275275 src/modules/geoip_base.dll \
276276 src/modules/geoip_classic.dll \
277277 src/modules/geoip_csv.dll \
278+ src/modules/geoip_mmdb.dll \
278279 src/modules/geoip-tag.dll \
279280 src/modules/globops.dll \
280281 src/modules/help.dll \
Original file line number Diff line number Diff line change 3333#include <stddef.h>
3434
3535#ifdef _WIN32
36- #include <winsock2.h>
37- #include <ws2tcpip.h>
36+ #ifndef _WIN32_WINNT
37+ #define _WIN32_WINNT 0x0601
38+ #endif
39+ #include <winsock2.h>
40+ #include <ws2tcpip.h>
3841#else
3942#include <sys/socket.h>
4043#include <netinet/in.h>
Original file line number Diff line number Diff line change 6363#define _WIN32_WINNT 0x0601
6464
6565/* What geoip engine to use */
66- #define GEOIP_ENGINE "geoip_classic "
66+ #define GEOIP_ENGINE "geoip_mmdb "
6767
6868/* Generation version number (e.g.: 3 for Unreal3*) */
6969#define UNREAL_VERSION_GENERATION 6
You can’t perform that action at this time.
0 commit comments