• Show log

    Commit

  • Hash : 901fbdad
    Author : Scott J. Goldman
    Date : 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.