1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-25 00:49:01 +00:00

UPdates for windows compilation

This commit is contained in:
fyodor
2006-12-11 01:25:25 +00:00
parent b361685be8
commit 47e73d1fa2
8 changed files with 22 additions and 6 deletions

View File

@@ -106,7 +106,7 @@
/* Without this, Windows will give us all sorts of crap about using functions
like strcpy() even if they are done safely */
#define _CRT_SECURE_NO_DEPRECATE 1
#define NMAP_VERSION "4.21BETA1"
#define NMAP_VERSION "4.21ALPHA1"
#define NMAP_NAME "Nmap"
#define NMAP_URL "http://insecure.org"
#define NMAP_PLATFORM "i686-pc-windows-windows"