21#ifndef LELY_IO2_INTERN_WIN32_IO_H_
22#define LELY_IO2_INTERN_WIN32_IO_H_
34typedef ULONG(NTAPI *LPFN_RTLNTSTATUSTODOSERROR)(NTSTATUS Status);
35extern LPFN_RTLNTSTATUSTODOSERROR lpfnRtlNtStatusToDosError;
37int io_win32_ntdll_init(
void);
38void io_win32_ntdll_fini(
void);
40int io_win32_sigset_init(
void);
41void io_win32_sigset_fini(
void);
This is the internal header file of the standard system I/O declarations.