1DDK sdk for x86 and x64 platforms. 2---------------------------------- 3 4You can check for existance of this optional package by verifying 5the definition of the macro MINGW_HAS_DDK_H. 6 7The DDK headers are from the ReactOS project, from their svn repo 8svn://svn.reactos.org/reactos/trunk/reactos/include/ddk/ 9 10This is an optional SDK. Some of the headers are public domain and 11some of them are under LGPL license. You can obtain the original 12sources from the ReactOS project. 13 14How to install this SDK 15---------------------------------- 16Please simply copy the content of the include directory within the 17include folder of our header-set. Most of the needed import libraries 18are already generated within the crt build, so you shouldn't need 19any further compilation. 20 21