Merge pull request #11018 from gpotter2/gfxredir

Fix gfxredir_server.. undeclared here
This commit is contained in:
akallabeth
2024-12-26 09:56:22 +01:00
committed by GitHub

View File

@@ -92,9 +92,10 @@ extern "C"
UINT32 confirmedCapsVersion;
};
FREERDP_API void gfxredir_server_context_free(GfxRedirServerContext* context);
WINPR_ATTR_MALLOC(gfxredir_server_context_free, 1)
FREERDP_API GfxRedirServerContext* gfxredir_server_context_new(HANDLE vcm);
FREERDP_API void gfxredir_server_context_free(GfxRedirServerContext* context);
#ifdef __cplusplus
}