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