Fix gfxredir_server.. undeclared here

This commit is contained in:
gpotter2
2024-12-25 19:13:00 +01:00
parent 9384d59e8c
commit fb90ba80e9

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
}