1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-29 10:59:02 +00:00

Move the WIN32 definition of __func__ from nmap_winconfig.h to nbase_winconfig.h.

This commit is contained in:
david
2010-05-06 14:15:27 +00:00
parent 87c398970e
commit e961d42ca4

View File

@@ -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 */