From b7abd5016e85040be17c471f1dd803ec4b3a8896 Mon Sep 17 00:00:00 2001 From: Hyeongjun Kim Date: Mon, 23 Mar 2026 22:02:17 +0900 Subject: [PATCH] Fixed missing BACNET_STACK_EXPORT macro for PositiveInteger_Value_Count() function declaration (#1273) Signed-off-by: kimhyeongjun --- src/bacnet/basic/object/piv.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bacnet/basic/object/piv.h b/src/bacnet/basic/object/piv.h index 457291a7..49069634 100644 --- a/src/bacnet/basic/object/piv.h +++ b/src/bacnet/basic/object/piv.h @@ -38,6 +38,7 @@ void PositiveInteger_Value_Writable_Property_List( BACNET_STACK_EXPORT bool PositiveInteger_Value_Valid_Instance(uint32_t object_instance); +BACNET_STACK_EXPORT unsigned PositiveInteger_Value_Count(void); BACNET_STACK_EXPORT uint32_t PositiveInteger_Value_Index_To_Instance(unsigned index);