diff options
Diffstat (limited to 'pcap/funcattrs.h')
-rw-r--r-- | pcap/funcattrs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pcap/funcattrs.h b/pcap/funcattrs.h index a12576c5..a89f788d 100644 --- a/pcap/funcattrs.h +++ b/pcap/funcattrs.h @@ -196,7 +196,7 @@ /* * For flagging arguments as format strings in MSVC. */ -#if _MSC_VER >= 1400 +#ifdef _MSC_VER #include <sal.h> #if _MSC_VER > 1400 #define PCAP_FORMAT_STRING(p) _Printf_format_string_ p |