Menu

#7 fix airFopen() for MinGW under windows

closed-fixed
nobody
Bug (7)
5
2012-10-22
2012-10-19
jbmoody
No

The macro _MSC_VER is not set when compiling under windows using MinGW, but we still need to _setmode(std, _O_BINARY). This can be fixed by using _WIN32 instead.

Discussion

  • jbmoody

    jbmoody - 2012-10-19

    patch file

     
  • jbmoody

    jbmoody - 2012-10-22
    • status: open --> closed-fixed
     

Log in to post a comment.