1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 12:41:29 +00:00

Nbase is needed for __attribute__ on Windows

This commit is contained in:
dmiller
2020-08-31 15:20:50 +00:00
parent 3d382bdf17
commit 92f99bd0a4

View File

@@ -137,6 +137,8 @@
#ifndef OUTPUT_H #ifndef OUTPUT_H
#define OUTPUT_H #define OUTPUT_H
#include <nbase.h> // __attribute__
#define LOG_NUM_FILES 4 /* # of values that actual files (they must come first */ #define LOG_NUM_FILES 4 /* # of values that actual files (they must come first */
#define LOG_FILE_MASK 15 /* The mask for log types in the file array */ #define LOG_FILE_MASK 15 /* The mask for log types in the file array */
#define LOG_NORMAL 1 #define LOG_NORMAL 1