On Tue, Sep 7, 2010 at 9:18 PM, JonY <[email protected]> wrote: > Hi, > > I assume this is a 32bit build with mingw-w64. > > -mno-cygwin option is unsupported at all on win64, and soon to be removed > even on 32bit target.
Yes we can remove that. This is for the Cygwin. > -DWINVER=0x500 does not work on mingw-w64, mingw-w64 assumes _WIN32_WINNT of > at least 0x0501 or XP. Ah that is because we support Windows 2k. We can add a conditional define. > Ozkan, what do you make of the winnt.h/ntdef.h conflict? > > Is there a /mingw/include/ddk/winddk.h as well? Is it from mingw.org? > /mingw/include/ddk/usbioctl.h as well? > Those two are inside MinGW.org ddk include directory. What would be the suggested replacement? It seems to me now usbioctl.h has been moved up one level. To be honest, I do not understand why MinGW-w64 needs to be so different from MinGW.org in terms of DDK. -- Xiaofan ------------------------------------------------------------------------------ This SF.net Dev2Dev email is sponsored by: Show off your parallel programming skills. Enter the Intel(R) Threading Challenge 2010. http://p.sf.net/sfu/intel-thread-sfd _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
