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:
2
output.h
2
output.h
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user