Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | main/sdl2: fix include of directfb in header | Natanael Copa | 2017-11-22 | 1 | -0/+27 |
we need to include the directfb.h outside extern "C" because it includes c++ headers, or we will have an error: template with C linkage when compiling gource. similar to this issue here: https://github.com/msgpack/msgpack-c/issues/551 |