source: Daodan/MSYS2/mingw32/share/licenses/headers/ddk-readme.txt@ 1170

Last change on this file since 1170 was 1166, checked in by rossy, 3 years ago

Daodan: Replace MinGW build env with an up-to-date MSYS2 env

File size: 762 bytes
Line 
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
Note: See TracBrowser for help on using the repository browser.