mirror of
https://github.com/nmap/nmap.git
synced 2025-12-30 11:29:01 +00:00
merge soc07 r4871:4884 and r4888 - renaming __FUNCTION__ to __func__ and changing hardcoded func names to __func__
This commit is contained in:
@@ -111,4 +111,7 @@
|
||||
#define NMAP_PLATFORM "i686-pc-windows-windows"
|
||||
#define NMAPDATADIR "c:\\nmap" /* FIXME: I really need to make this dynamic */
|
||||
|
||||
/* Apparently __func__ isn't yet supported */
|
||||
#define __func__ __FUNCTION__
|
||||
|
||||
#endif /* NMAP_WINCONFIG_H */
|
||||
|
||||
Reference in New Issue
Block a user