X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f6bcfd974ef26faf6f91a62cac09827e09463fd1..cc4a1ce1f58b46cb4c4d6a1319192062140b9373:/docs/latex/wx/file.tex diff --git a/docs/latex/wx/file.tex b/docs/latex/wx/file.tex index ac45262df2..3c73676200 100644 --- a/docs/latex/wx/file.tex +++ b/docs/latex/wx/file.tex @@ -328,7 +328,10 @@ Opens a file with the given file pointer, which has already been opened. \docparam{filename}{The filename.} -\docparam{mode}{The mode in which to open the file using standard C strings.} +\docparam{mode}{The mode in which to open the file using standard C strings. +Note that you should use {\tt "b"} flag if you use binary files under Windows +or the results might be unexpected due to automatic newline conversion done +for the text files.} \docparam{fp}{An existing file descriptor, such as stderr.}