Skip to content

Commit

Permalink
rename macro
Browse files Browse the repository at this point in the history
  • Loading branch information
MacroModel committed Nov 29, 2024
1 parent ffcfbaa commit 57ced92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/fast_io_device.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ However, they are still capable of doing I/O.

using dir_file
#if ((defined(_WIN32) || defined(__CYGWIN__)) && defined(_WIN32_WINDOWS)) && \
!defined(FAST_IO_NO_WARNING_DEPRECATED_WIN9X_FILESYSTEMS)
[[deprecated("win9x_dir may be attacked by toctou. Please use nt api on Windows NT, or define macro FAST_IO_NO_WARNING_DEPRECATED_WIN9X_FILESYSTEMS to eliminate alerts.")]]
!defined(FAST_IO_NO_WARNING_DEPRECATED_WIN9X_DIR)
[[deprecated("win9x_dir may be attacked by toctou. Please use nt api on Windows NT, or define macro FAST_IO_NO_WARNING_DEPRECATED_WIN9X_DIR to eliminate alerts.")]]
#endif
= directory_file_wrapper<
#if ((defined(_WIN32) || defined(__CYGWIN__)) && defined(_WIN32_WINDOWS))
Expand Down

0 comments on commit 57ced92

Please sign in to comment.