1. 30 Jun, 2012 1 commit
    • Ronald S. Bultje's avatar
      os_support: Include all the necessary headers for the win32 open function · 5aff37d2
      Ronald S. Bultje authored
      io.h is required for open and _wopen, and fcntl.h is required for
      the O_CREAT flag. On mingw, fcntl.h is included by os_support.h (and
      the mingw fcntl.h includes io.h), but include it explicitly here
      since this implementation requires it.
      
      Also move the #undef open up. open must not be defined to ff_win32_open
      while including the headers that declare the open function. On mingw,
      this happened in os_support.h before open was redirected.
      Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
      5aff37d2
  2. 29 Jun, 2012 5 commits
  3. 28 Jun, 2012 3 commits
  4. 27 Jun, 2012 9 commits
  5. 26 Jun, 2012 22 commits