Added support for Visual Studio 2015.
Fixed some WIN32 specific compile issues. Changed MinGW build to use _NO_OLDNAMES so that it compatible with MSVC. Thank you John LaFontaine for the contribution!
This commit is contained in:
@@ -53,6 +53,10 @@
|
||||
/* I-Am decoding */
|
||||
#include "iam.h"
|
||||
|
||||
#ifdef _WIN32
|
||||
#define strncasecmp(x,y,z) _strnicmp(x,y,z)
|
||||
#endif
|
||||
|
||||
/* define our Data Link Type for libPCAP */
|
||||
#define DLT_BACNET_MS_TP 165
|
||||
/* local min/max macros */
|
||||
|
||||
Reference in New Issue
Block a user