tidy up the optional sdk readme files, fix the macro names to check. git-svn-id: svn+ssh://svn.code.sf.net/p/mingw-w64/code/trunk@3169 4407c894-4637-0410-b4f5-ada5f102cad1
diff --git a/mingw-w64-headers/ddk/readme.txt b/mingw-w64-headers/ddk/readme.txt index 1d7a486..9dea9ee 100644 --- a/mingw-w64-headers/ddk/readme.txt +++ b/mingw-w64-headers/ddk/readme.txt
@@ -1,18 +1,20 @@ -The DDK sdk. ----------------- +DDK sdk for x86 and x64 platforms. +---------------------------------- -Supported version for x86 and x64 platform +You can check for existance of this optional package by verifying +the definition of the macro MINGW_HAS_DDK_H. -You can check for existance of this optional package by verifying the definition of -the macro MINGW_HAVE_DDK_H. +The DDK headers are from the ReactOS project, from their svn repo +svn://svn.reactos.org/reactos/trunk/reactos/include/ddk/ -This is an optional SDK. Its license is LGPL and you can obtain the original source by the -ReactOS project. We base on the on the rev 42435 of ReactOS svn. You can find this via svn -by svn://svn.reactos.org/reactos/trunk/reactos/include/ddk. -For further details on license please read at the ReactOS project. +This is an optional SDK. Some of the headers are public domain and +some of them are under LGPL license. You can obtain the original +sources from the ReactOS project. How to install this SDK ------------------------ -Please simply copy the content of the include directory within the include folder of our header-set. -Most of the needed import libraries are already generated within the crt build, so you shouldn't need +---------------------------------- +Please simply copy the content of the include directory within the +include folder of our header-set. Most of the needed import libraries +are already generated within the crt build, so you shouldn't need any further compilation. +
diff --git a/mingw-w64-headers/direct-x/readme.txt b/mingw-w64-headers/direct-x/readme.txt index 046ad0a..c281e9b 100644 --- a/mingw-w64-headers/direct-x/readme.txt +++ b/mingw-w64-headers/direct-x/readme.txt
@@ -4,8 +4,8 @@ Supported version 7 You can check for existance of this optional package by verifying the -definition of the MINGW_HAVE_DDRAW_H macro and the version can be obtained -by the MINGW_DDRAW_VERSION macro. +definition of the MINGW_HAS_DDRAW_H macro and the version can be obtained by +the MINGW_DDRAW_VERSION macro. This is an optional SDK. Its license is LGPL and you can obtain the original source by the wine project. We base on the version 1.2.0 release from the