mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-14 00:14:11 +09:00
Fix gfxredir_server.. undeclared here
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user