Browse Source

windows: Fix ref in comment

master
Daniel Scharrer 1 year ago
parent
commit
7bced1d208
  1. 2
      src/util/windows.hpp

2
src/util/windows.hpp

@ -30,7 +30,7 @@
* For those, there are UTF-8 aware implementations in util/fstream.hpp
* - Converts UTF-8 to UTF-16 in std::cout and std::cerr if attached to a console
* - Interprets ANSI escape sequences in std::cout and std::cerr if attached to a console
* - Provides a Windows implementation of \ref isatty()
* - Provides a Windows implementation of \c isatty()
*/
#ifndef INNOEXTRACT_UTIL_WINDOWS_HPP
#define INNOEXTRACT_UTIL_WINDOWS_HPP

Loading…
Cancel
Save