Skip to content
  • Chun-wei Fan's avatar
    gtk/gtklevelbar.c: Fix build on non-C99 compilers · 628892bc
    Chun-wei Fan authored
    -Include fallback-c89.c for the usage of round(), where an implementation
     of round() is provided for compilers that don't have it
    -Use g_ascii_strtod() instead of strtof as strtof() may not be universally
     available.
    628892bc