1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 04:31:29 +00:00

Remove mostly-unused winclude.h

This commit is contained in:
dmiller
2019-05-29 15:11:13 +00:00
parent 8cae7b4fc7
commit 77421962aa
8 changed files with 16 additions and 170 deletions

View File

@@ -17,6 +17,11 @@ struct ip {
file, so it can be included in a .cc file after other .h have been
included. */
#ifdef WIN32
typedef unsigned __int32 u_int32_t;
typedef unsigned __int16 u_int16_t;
typedef unsigned __int8 u_int8_t;
#endif
/* Linux uses these defines in netinet/ip.h to use the correct struct ip */
#ifndef __FAVOR_BSD
#define __FAVOR_BSD