Skip to content

Commit a435856

Browse files
committed
Fix a comment.
1 parent 9019f53 commit a435856

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pcap/funcattrs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@
316316
#elif defined(_MSC_VER) && !defined(BUILDING_PCAP)
317317
/*
318318
* MSVC, and we're not building libpcap itself; it's VS 2015
319-
* and later, so we have the deprecated pragma.
319+
* and later, so we have __declspec(deprecated(...)).
320320
*
321321
* If we *are* building libpcap, we don't want this, as it'll warn
322322
* us even if we *define* the function.

0 commit comments

Comments
 (0)