1
0
mirror of https://github.com/valinet/ExplorerPatcher.git synced 2025-02-17 11:08:41 +01:00

Corrected dxgi export

This commit is contained in:
Valentin-Gabriel Radu 2021-09-13 17:01:15 +03:00 committed by GitHub
parent 3057e3f625
commit 9bb7a4f154
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -550,7 +550,7 @@ __declspec(dllexport) HRESULT PIXEndCapture()
static HRESULT(*PIXGetCaptureStateFunc)();
__declspec(dllexport) HRESULT PIXGetCaptureState()
{
return PIXGetCaptureState();
return PIXGetCaptureStateFunc();
}
static HRESULT(*SetAppCompatStringPointerFunc)(SIZE_T, void*);
__declspec(dllexport) HRESULT SetAppCompatStringPointer(SIZE_T p1, void* p2)