Skip to content
  • Chun-wei Fan's avatar
    Bug 678332-GIO: Fix build on Windows/non-GCC · 87585441
    Chun-wei Fan authored
    -gconverterinputstream.c: Avoid GCCism by not using non-standard pointer
     arithmetic on void*, but do a cast to char * as that seems to be what the
     variable was used for.
    -gtestdbus.c: Don't include unistd.h unconditionally, and use g_usleep()
     instead of usleep(), as usleep() is not universally available.
    87585441