From c375ed6cb1ac3c2d799d66047e749fece294e80f Mon Sep 17 00:00:00 2001 From: akallabeth Date: Fri, 14 Feb 2025 10:57:34 +0100 Subject: [PATCH] [utils,aad] fix freerdp_utils_aad_get_wellknown export --- include/freerdp/utils/aad.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/freerdp/utils/aad.h b/include/freerdp/utils/aad.h index 290393c65..a1a6978a8 100644 --- a/include/freerdp/utils/aad.h +++ b/include/freerdp/utils/aad.h @@ -142,7 +142,8 @@ extern "C" * @since version 3.10.0 */ WINPR_ATTR_MALLOC(WINPR_JSON_Delete, 1) - WINPR_JSON* freerdp_utils_aad_get_wellknown(wLog* log, const char* base, const char* tenantid); + FREERDP_API WINPR_JSON* freerdp_utils_aad_get_wellknown(wLog* log, const char* base, + const char* tenantid); #ifdef __cplusplus }