Commit 901fbdad1b83678b6367ad0d06d0088bc46aad33

Scott J. Goldman 2012-05-07T00:05:02

Define explicit _WIN32_WINNT version in makefile Previously, it was defined in netops.c, but it's also needed in one of the clar tests, so I figured we might as well just make it global for the whole project. Without it, the mingw32 linker won't resolve GetProcessId() (called from the core/errors.c clar test) because of some conditionals in windows.h.