mirror of
https://github.com/nmap/nmap.git
synced 2026-09-21 07:38:39 +00:00
nbase: win32 build fix
This commit is contained in:
parent
411b186576
commit
f9b9434044
1 changed files with 8 additions and 0 deletions
|
|
@ -191,6 +191,14 @@ Nbase that legitimately use ENOENT for file operations.
|
|||
|
||||
typedef unsigned short u_short_t;
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
int win_stdin_start_thread(void);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* NBASE_WINUNIX_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue