Wireshark-commits: [Wireshark-commits] rev 44812: /trunk/ /trunk/: configure.ac version_info.c

Date: Sat, 08 Sep 2012 07:46:56 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=44812

User: guy
Date: 2012/09/08 12:46 AM

Log:
 We no longer use Gestalt(), so there's no need to check for it.
 
 We *do*, however, use CFPropertyListCreateWithStream(), so we need to
 check for it, and, if we're able to use the OS X frameworks at all, use
 CFPropertyListCreateFromStream() if we don't have
 CFPropertyListCreateWithStream().

Directory: /trunk/
  Changes    Path              Action
  +11 -4     configure.ac      Modified
  +6 -0      version_info.c    Modified