From b2fa74acc621638894bc0f021907cb0377b85862 Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Thu, 9 Jan 2020 15:42:20 -0300 Subject: [PATCH] Fixing exports. --- src/core/properties/unsigned.c | 1 + src/include/lib3270/properties.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/core/properties/unsigned.c b/src/core/properties/unsigned.c index a5d3818..68ff558 100644 --- a/src/core/properties/unsigned.c +++ b/src/core/properties/unsigned.c @@ -152,6 +152,7 @@ static unsigned int lib3270_get_host_type_number(const H3270 *hSession) #else .default_value = 350, #endif // UNLOCK_MS + .label = N_("Unlock delay"), .description = N_( "The delay between the host unlocking the keyboard and the actual unlock" ), // Property description. .get = lib3270_get_unlock_delay, // Get value. .set = lib3270_set_unlock_delay // Set value. diff --git a/src/include/lib3270/properties.h b/src/include/lib3270/properties.h index 3f40f19..7a75c1e 100644 --- a/src/include/lib3270/properties.h +++ b/src/include/lib3270/properties.h @@ -210,7 +210,7 @@ * @return Property descriptor, or NULL if failed. * */ - const LIB3270_UINT_PROPERTY * lib3270_unsigned_property_get_by_name(const char *name); + LIB3270_EXPORT const LIB3270_UINT_PROPERTY * lib3270_unsigned_property_get_by_name(const char *name); #ifdef __cplusplus } -- libgit2 0.21.2