Browse Source

Corrected dxgi export

pull/30/head
Valentin-Gabriel Radu 4 years ago committed by GitHub
parent
commit
9bb7a4f154
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      ExplorerPatcher/dllmain.c

2
ExplorerPatcher/dllmain.c

@ -550,7 +550,7 @@ __declspec(dllexport) HRESULT PIXEndCapture() @@ -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)

Loading…
Cancel
Save