Re: [Mingw-w64-public] MinGW-w64 and DDK headers

2010-05-03 Thread kstewart83
Hmm, for application development, especially in cases where existing makefilery, autowhatever etc strongly is geared towards gcc and the rest of a GNU toolchain, sure. But for driver development? Windows drivers are by definition platform specific, you aren't going to be using cross-platform so

Re: [Mingw-w64-public] MinGW-w64 and DDK headers

2010-05-03 Thread kstewart83
Okay I finally figured it out. The problem with the DDK headers in the MinGW-w64 SVN is that there are still headers missing (like ntdef.h among others). After messing around for a good while with trying to combine the MinGW and MinGW-w64 headers together to complete the puzzle, I finally g