1
0
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:
dmiller
2024-11-06 16:05:03 +00:00
parent 411b186576
commit f9b9434044

View File

@@ -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 */