Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lifthrasiir/w32api-directx-standalone

Alternative DirectX headers for MinGW w32api headers
https://github.com/lifthrasiir/w32api-directx-standalone

Last synced: about 2 months ago
JSON representation

Alternative DirectX headers for MinGW w32api headers

Awesome Lists containing this project

README

        

# w32api-directx-standalone

Alternative DirectX headers for [MinGW](http://mingw.org/) w32api headers.

Originated from [Wine](http://www.winehq.org/) and
[MinGW-w64](http://sourceforge.net/projects/mingw-w64/) headers, this can be
used to override the existing DirectX headers included in the stock MinGW, for
example, by `-isystem` GCC option. Since w32api does not include some headers
like `d3dcompiler.h` this can be used to port MSVC projects to MinGW. Some
modifications have been made in order to keep the header files standalone, grep
`w32api-directx-standalone patch` for the details.

These header files are licensed under the GNU LGPL. The original README file can
be found at `readme.mingw-w64.txt`.