From e961d42ca4eaa6376c70bdbc72935f874ffe4e8b Mon Sep 17 00:00:00 2001 From: david Date: Thu, 6 May 2010 14:15:27 +0000 Subject: [PATCH] Move the WIN32 definition of __func__ from nmap_winconfig.h to nbase_winconfig.h. --- nmap_winconfig.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/nmap_winconfig.h b/nmap_winconfig.h index fe16d053d..e154f2f6a 100644 --- a/nmap_winconfig.h +++ b/nmap_winconfig.h @@ -103,7 +103,5 @@ #define NMAPDATADIR "c:\\nmap" /* FIXME: I really need to make this dynamic */ #define HAVE_OPENSSL 1 -/* Apparently __func__ isn't yet supported */ -#define __func__ __FUNCTION__ #endif /* NMAP_WINCONFIG_H */