• unknown's avatar
    Fix for build failures. Putting back "#define bool BOOL" under Windows · 550b2ee4
    unknown authored
    until Windows team confers.
    
    
    client/get_password.c:
      fix for build failure (HPUX etc): no bool in C
    dbug/dbug.c:
      typo
    include/config-win.h:
      putting back the infamous #define, because without it we have 650
      distinct compiler warnings "forcing value to bool 'true' or 'false'"
      (C4800), Windows team will confer on what to do.
    include/thr_alarm.h:
      fix for build failure on Windows
    libmysql/dll.c:
      fix for build failure on Windows
    mysys/thr_alarm.c:
      fix for build failure on HPUX
    550b2ee4
dbug.c 67.4 KB