Menu

#479 Allow mingw-fseek.c to compile without anonymous union

closed-accepted
2011-05-23
2011-03-23
No

winsup/mingw/mingwex/mingw-fseek.c uses the anonymous union feature for LARGE_INTEGER, which is not always available. The attached patch goes the long way and use the explicit named union members, which are also declared in winnt.h anyway

Discussion

  • Antoine LECA

    Antoine LECA - 2011-03-23

    winsup/mingw/mingwex/mingw-fseek.c

     
  • Earnie Boyd

    Earnie Boyd - 2011-03-27
    • assigned_to: nobody --> ir0nh34d
     
  • Chris Sutcliffe

    Chris Sutcliffe - 2011-05-23
    • status: open --> closed-accepted
     
  • Chris Sutcliffe

    Chris Sutcliffe - 2011-05-23

    Your patch has been accepted and is now commited to CVS. You should expect to see it in the next release.