• Bruce Momjian's avatar
    Fix WIN32 wait() return value macros to be accurate, particularly · 1a271f0c
    Bruce Momjian authored
    because they are used for testing the return value from system().
    (WIN32 doesn't overlay the return code with other failure conditions
    like Unix does, so they are just simple macros.)
    
    Fix regression checks to properly handle diff failures on Win32 using
    the new macros.
    1a271f0c
win32.h 6.92 KB