Skip to content

Commit

Permalink
fix native_base
Browse files Browse the repository at this point in the history
  • Loading branch information
trcrsired committed Jan 18, 2024
1 parent ca87da9 commit a73f767
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions include/fast_io_hosted/platforms/native_base.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,19 +36,11 @@ namespace fast_io
using native_at_entry = nt_at_entry;
using native_fs_dirent = nt_fs_dirent;

#if defined(_WIN32_WINDOWS)
template<::std::integral ch_type>
using basic_native_io_observer = basic_win32_io_observer<ch_type>;
template<::std::integral ch_type>
using basic_native_file = basic_win32_file<ch_type>;
using native_process_io = win32_process_io;
#else
template<::std::integral ch_type>
using basic_native_io_observer = basic_nt_io_observer<ch_type>;
template<::std::integral ch_type>
using basic_native_file = basic_nt_file<ch_type>;
using native_process_io = nt_process_io;
#endif

template<::std::integral ch_type>
using basic_native_pipe = basic_win32_pipe<ch_type>;
Expand Down

0 comments on commit a73f767

Please sign in to comment.