Skip to content
  • Daniel Richard's avatar
    Windows build fixes · bbe19451
    Daniel Richard authored and Daniel Veillard's avatar Daniel Veillard committed
    Building 2.9.0 on MSVC7.1 was failing
    
    This is because HAVE_CONFIG_H is not #defined
    The patch addresses the above, adds testrecurse.exe and the
    standard "make check" suite of tests to the MSVC makefile, and also
    fixes the following (MSVC7.1) warnings:
    buf.c(674) : warning C4028: formal parameter 1 different from
    declaration
    libxml2\timsort.h(71) : warning C4028: formal parameter 1 different from
    declaration
    bbe19451