Add an helper function for the Key object
This commit is contained in:
parent
ef11358668
commit
bb2852df06
@ -197,6 +197,7 @@ struct _wListDictionary
|
||||
};
|
||||
typedef struct _wListDictionary wListDictionary;
|
||||
|
||||
#define ListDictionary_KeyObject(_dictionary) (&_dictionary->objectKey)
|
||||
#define ListDictionary_ValueObject(_dictionary) (&_dictionary->objectValue)
|
||||
|
||||
WINPR_API int ListDictionary_Count(wListDictionary* listDictionary);
|
||||
|
Loading…
Reference in New Issue
Block a user