mirror of
https://github.com/nmap/nmap.git
synced 2025-12-21 15:09:02 +00:00
nbase: win32 build fix
This commit is contained in:
@@ -191,6 +191,14 @@ Nbase that legitimately use ENOENT for file operations.
|
|||||||
|
|
||||||
typedef unsigned short u_short_t;
|
typedef unsigned short u_short_t;
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
extern "C" {
|
||||||
|
#endif
|
||||||
|
|
||||||
int win_stdin_start_thread(void);
|
int win_stdin_start_thread(void);
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif /* NBASE_WINUNIX_H */
|
#endif /* NBASE_WINUNIX_H */
|
||||||
|
|||||||
Reference in New Issue
Block a user