virtualx-engine/drivers
Rémi Verschelde 93a83c81f0 Windows: Workaround missing includes in MinGW-w64 < 4
The MinGW-w64 version we have on our Travis build environment (Ubuntu 12.04,
mingw-w64 2.0.1, gcc 4.6) is old and has some missing includes in the
dependencies of the `tcpmib.h` header [0] [1] [2].
Those were not triggered before 6323779596
probably due to conflicting WINVER definitions which prevented triggering the code
specific to >= 0x0600 (Vista). We ensure it won't be triggered by defining the
_WIN32_WINNT macro to Windows XP compatibility.
(cherry picked from commit b24fe6879a)
2017-01-12 19:15:30 +01:00
..
alsa Fix for the huge audio latency of the SamplePlayer (>200 ms) 2017-01-12 19:15:30 +01:00
builtin_openssl2 style: Fix PEP8 whitespace issues in Python files 2016-11-02 22:28:28 +01:00
convex_decomp Welcome in 2017, dear changelog reader! 2017-01-12 19:15:30 +01:00
gl_context Welcome in 2017, dear changelog reader! 2017-01-12 19:15:30 +01:00
gles2 Welcome in 2017, dear changelog reader! 2017-01-12 19:15:30 +01:00
nrex Welcome in 2017, dear changelog reader! 2017-01-12 19:15:30 +01:00
png Welcome in 2017, dear changelog reader! 2017-01-12 19:15:30 +01:00
pulseaudio Fix for the huge audio latency of the SamplePlayer (>200 ms) 2017-01-12 19:15:30 +01:00
rtaudio Fix for the huge audio latency of the SamplePlayer (>200 ms) 2017-01-12 19:15:30 +01:00
unix Windows: Workaround missing includes in MinGW-w64 < 4 2017-01-12 19:15:30 +01:00
windows Windows: Define _WIN32_WINRT to 0x0600 (Vista) 2017-01-12 19:15:30 +01:00
zlib style: Fix PEP8 whitespace issues in Python files 2016-11-02 22:28:28 +01:00
register_driver_types.cpp Welcome in 2017, dear changelog reader! 2017-01-12 19:15:30 +01:00
register_driver_types.h Welcome in 2017, dear changelog reader! 2017-01-12 19:15:30 +01:00
SCsub style: Various other PEP8 fixes in Python files 2016-11-02 22:30:34 +01:00