summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/VideoConfig.cpp
diff options
context:
space:
mode:
authorcomex <comexk@gmail.com>2014-11-17 13:26:10 -0500
committercomex <comexk@gmail.com>2014-11-17 13:29:04 -0500
commitc5a25d56e0592817d3f8dab3eef116b8e1eb7b23 (patch)
tree798850d60cce1d4ba4f991da1a95db25c505c7a4 /Source/Core/VideoCommon/VideoConfig.cpp
parentaa2fc1f66b768420fcb6958948572f0faa89986d (diff)
Remove Android <ucontext.h> hack.
There was a longstanding hack that defined ucontext_t manually to work around the lack of this header on the Android NDK. However, it looks like newer NDK versions now have it like good little POSIX boys, and my recent header reshuffle broke the build on those versions, presumably because the real and fake definitions of ucontext_t end up included in the same file where they weren't under the old organization. Rather than try to revert the conflict, this commit just removes the hack. The buildbot's NDK will need to be upgraded.
Diffstat (limited to 'Source/Core/VideoCommon/VideoConfig.cpp')
0 files changed, 0 insertions, 0 deletions