Commit ec1ae04a by zacharyc

Bumped version number and finished fixing up Windows autodetect support.


git-svn-id: https://bucket.mit.edu/svn/nilm/acquisition/ethstream@7454 ddd99763-3ecb-0310-9145-efcb8ce7c51f
parent 67163dc1
Showing with 4 additions and 3 deletions
...@@ -21,7 +21,7 @@ BINPATH = ${PREFIX}/bin ...@@ -21,7 +21,7 @@ BINPATH = ${PREFIX}/bin
WINCC = i386-mingw32-gcc WINCC = i386-mingw32-gcc
WINCFLAGS += $(CFLAGS) WINCFLAGS += $(CFLAGS)
WINLDFLAGS += $(LDFLAGS) -lws2_32 -s WINLDFLAGS += $(LDFLAGS) -lws2_32 -liphlpapi -s
# Targets # Targets
......
...@@ -11,6 +11,7 @@ ...@@ -11,6 +11,7 @@
# define socklen_t int # define socklen_t int
# define in_addr_t uint32_t # define in_addr_t uint32_t
# define in_port_t uint16_t # define in_port_t uint16_t
# include <windows.h>
# include <iphlpapi.h> # include <iphlpapi.h>
# define USE_IPHLPAPI 1 # define USE_IPHLPAPI 1
#else #else
......
/* This file was automatically generated. */ /* This file was automatically generated. */
#define VERSION "1.0 (2009-01-21)" #define VERSION "1.1 (2009-04-17)"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment