Skip to content
Snippets Groups Projects
Commit ce44c58a authored by Egor Pugin's avatar Egor Pugin Committed by Brad King
Browse files

FStream: Export ReadBOM() from shared library

parent 5da8cfe0
Branches
No related tags found
No related merge requests found
......@@ -269,7 +269,7 @@ enum BOM
// If a BOM exists, the stream is advanced to after the BOM.
// This function requires a seekable stream (but not a relative
// seekable stream).
BOM ReadBOM(std::istream& in);
@KWSYS_NAMESPACE@_EXPORT BOM ReadBOM(std::istream& in);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment