mirror of
https://github.com/valinet/ExplorerPatcher.git
synced 2024-11-23 23:21:08 +01:00
Corrected DXGI import
This commit is contained in:
parent
ca4f993aab
commit
68d1efbb71
@ -79,7 +79,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…
Reference in New Issue
Block a user