cctype uses ctype function such as isblank. However, when building against
msvcrt, this is provided by the support header. Include the support header if
building for Windows to ensure that the definition is properly visible.
Details
Details
- Reviewers
mclow.lists
Diff Detail
Diff Detail
Event Timeline
Comment Actions
I don't have any objections to this; however, my windows box is down right now, so I can't test it.
Comment Actions
The header doesn't have anything that is version specific, so I believe that this is safe for all the versions that we support.