1The direct-x sdk. 2---------------- 3 4Supported version 7 5 6You can check for existance of this optional package by verifying the 7definition of the MINGW_HAS_DDRAW_H macro and the version can be obtained by 8the MINGW_DDRAW_VERSION macro. 9 10This is an optional SDK. Its license is LGPL and you can obtain the original 11source by the wine project. We base on the version 1.2.0 release from the 12wine project. For further details on license please read at the wine project 13and the COPYING.LIB file included here. 14 15Three of the headers, dmodshow, medparam and qnetwork, are from the KDE 16project. They are under the LGPL, too. For further details on their license, 17please read the COPYING.LIB file included here. 18 19How to install this SDK 20----------------------- 21Please simply copy the content of the include directory within the include 22folder of our header-set. Most of the needed import libraries are already 23generated within the crt build, so you shouldn't need any further compilation. 24 25