Nmap Development mailing list archives
[Patch] nse_fs.cc
From: "Gisle Vanem" <gvanem () yahoo no>
Date: Thu, 11 Sep 2014 21:34:55 +0200
The file nse_fs.cc includes "nmap_config.h" which is not
for Windows. But since "nmap.h" already includes "*_config.h",
I think we can simply drop "nmap_config.h" in nse_fs.cc:
@@ -26,8 +26,6 @@
*
**/
-#include "nmap_config.h"
-
#define _LARGEFILE64_SOURCE
extern "C" {
----------
Works fine here with MSVC + MingW.
--gv
_______________________________________________
Sent through the dev mailing list
http://nmap.org/mailman/listinfo/dev
Archived at http://seclists.org/nmap-dev/
Current thread:
- [Patch] nse_fs.cc Gisle Vanem (Sep 11)
