smilly-boy
Results
1
comments of
smilly-boy
> #if __has_attribute(deprecated) \ > || PCAP_IS_AT_LEAST_GNUC_VERSION(4,5) \ > || PCAP_IS_AT_LEAST_SUNC_VERSION(5,13) > /* > * Compiler that supports __has_attribute and __attribute__((deprecated)), > * or GCC 4.5 and later, or Sun/Oracle...