Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Mathieu Westphal
KWSys
Commits
ce44c58a
Commit
ce44c58a
authored
Mar 13, 2017
by
Egor Pugin
Committed by
Brad King
Mar 20, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
FStream: Export ReadBOM() from shared library
parent
5da8cfe0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
FStream.hxx.in
FStream.hxx.in
+1
-1
No files found.
FStream.hxx.in
View file @
ce44c58a
...
@@ -269,7 +269,7 @@ enum BOM
...
@@ -269,7 +269,7 @@ enum BOM
// If a BOM exists, the stream is advanced to after the BOM.
// If a BOM exists, the stream is advanced to after the BOM.
// This function requires a seekable stream (but not a relative
// This function requires a seekable stream (but not a relative
// seekable stream).
// seekable stream).
BOM ReadBOM(std::istream& in);
@KWSYS_NAMESPACE@_EXPORT
BOM ReadBOM(std::istream& in);
}
}
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment