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;
#ifdef __cplusplus
extern "C" {
#endif
int win_stdin_start_thread(void);
#ifdef __cplusplus
}
#endif
#endif /* NBASE_WINUNIX_H */