obs-studio/plugins/win-capture/graphics-hook
martell 1e056fd7ec win-capture: deal with a 32bit handle cast errors
The HWND type is a void pointer, but HWND values are global and always
32bit despite, so casting to 32bit can cause cast warnings on actual
good compilers like gcc via mingw.  This change correctly handles the
casting to 32bits without producing unwanted warnings or errors on
mingw.
2015-02-09 03:41:54 -08:00
..
CMakeLists.txt win-capture: fix link libs for mingw-w64 2015-02-09 03:41:53 -08:00
d3d1x_shaders.hpp win-capture: Add graphics-hook library 2014-12-09 14:21:07 -08:00
d3d9-capture.cpp win-capture: deal with a 32bit handle cast errors 2015-02-09 03:41:54 -08:00
d3d9-patches.hpp win-capture: Add graphics-hook library 2014-12-09 14:21:07 -08:00
d3d10-capture.cpp win-capture: deal with a 32bit handle cast errors 2015-02-09 03:41:54 -08:00
d3d11-capture.cpp win-capture: deal with a 32bit handle cast errors 2015-02-09 03:41:54 -08:00
dxgi-capture.cpp win-capture: Add graphics-hook library 2014-12-09 14:21:07 -08:00
dxgi-helpers.hpp win-capture: Add graphics-hook library 2014-12-09 14:21:07 -08:00
gl-capture.c win-capture: Add graphics-hook library 2014-12-09 14:21:07 -08:00
gl-decs.h win-capture: Add graphics-hook library 2014-12-09 14:21:07 -08:00
graphics-hook.c win-capture: deal with a 32bit handle cast errors 2015-02-09 03:41:54 -08:00
graphics-hook.h win-capture: deal with a 32bit handle cast errors 2015-02-09 03:41:54 -08:00