1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-09 14:11:29 +00:00

Windoze just about working

This commit is contained in:
fyodor
2005-08-09 04:20:34 +00:00
parent bdf2caa2a4
commit a33bfd5f26
10 changed files with 299 additions and 1451 deletions

View File

@@ -33,6 +33,10 @@
#define SIZEOF_CHAR 1
#define SIZEOF_SHORT 2
#define SIZEOF_INT 4
#ifndef _MSC_EXTENSIONS
#define SIZEOF_LONG_LONG 8
#endif
/*
* Avoids a compiler warning in case this was already defined