zacharyc
14 years ago
4 changed files with
4 additions and
3 deletions
-
Makefile
-
VERSION
-
netutil.h
-
version.h
|
|
@@ -21,7 +21,7 @@ BINPATH = ${PREFIX}/bin |
|
|
|
|
|
|
|
WINCC = i386-mingw32-gcc |
|
|
|
WINCFLAGS += $(CFLAGS) |
|
|
|
WINLDFLAGS += $(LDFLAGS) -lws2_32 -s |
|
|
|
WINLDFLAGS += $(LDFLAGS) -lws2_32 -liphlpapi -s |
|
|
|
|
|
|
|
# Targets |
|
|
|
|
|
|
|
|
|
@@ -11,6 +11,7 @@ |
|
|
|
# define socklen_t int |
|
|
|
# define in_addr_t uint32_t |
|
|
|
# define in_port_t uint16_t |
|
|
|
# include <windows.h> |
|
|
|
# include <iphlpapi.h> |
|
|
|
# define USE_IPHLPAPI 1 |
|
|
|
#else |
|
|
|
|
|
@@ -1,2 +1,2 @@ |
|
|
|
/* This file was automatically generated. */ |
|
|
|
#define VERSION "1.0 (2009-01-21)" |
|
|
|
#define VERSION "1.1 (2009-04-17)" |