blob: df56b1a5e3d712a2088d5127a983eae1f2446592 [file] [log] [blame]
José Fonseca6bb028d2013-03-27 11:10:37 +00001Utilities for injection of DLLs in Windows.
2
3Wrapper DLLs work well for self-contained APIs (e.g., OpenGL with its
4opengl32.dll), but not for APIs which are spread across multiple DLLs, in
5particular DXGI and D3D10+ APIs.