mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Fix a compiler error on VS2013
This commit is contained in:
parent
7797826e5d
commit
680dd540eb
1 changed files with 4 additions and 0 deletions
|
|
@ -66,7 +66,11 @@
|
|||
#define strdup _strdup
|
||||
#endif
|
||||
|
||||
#ifndef __cplusplus
|
||||
/* C++ has the inline keyword.
|
||||
* Additionally, C++11 forbids redefining a keyword as a macro */
|
||||
#define inline __inline
|
||||
#endif
|
||||
|
||||
#ifdef __MINGW32__
|
||||
#include <stdint.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue