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:
skarg
2015-11-10 21:08:05 +00:00
parent 814bb171cd
commit ca5a9bff94
11 changed files with 806 additions and 4 deletions
+4
View File
@@ -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 */