URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=7ba4aef599b9a36c8eb6dfd991fe37ab98319fed
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
7ba4aef by Guy Harris (guy@xxxxxxxxxxxx):
Don't declare CFString_to_C_string() if we don't have OS X frameworks.
You shouldn't be including cfutils.h if you don't have CF, but this may
be tripping up the ABI checker.
Change-Id: Ib736a33013c6ab0f416ebbedaa4ebf112bade6f7
Reviewed-on: https://code.wireshark.org/review/2530
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from c46329c Add a routine to return a version string including VCS information.
adds 7ba4aef Don't declare CFString_to_C_string() if we don't have OS X frameworks.
Summary of changes:
wsutil/cfutils.h | 4 ++++
1 file changed, 4 insertions(+)