COMP: Add streamsize and streamoff to kwsys_ios namespace for ancient streams.

This commit is contained in:
Brad King 2007-11-05 17:44:30 -05:00
parent 8af409e055
commit d65adbe260
1 changed files with 2 additions and 0 deletions

View File

@ -64,6 +64,8 @@
#if !@KWSYS_NAMESPACE@_IOS_USE_SSTREAM
namespace @KWSYS_NAMESPACE@_ios
{
typedef int streamsize;
typedef int streamoff;
using @KWSYS_NAMESPACE@_ios_namespace::ostream;
using @KWSYS_NAMESPACE@_ios_namespace::istream;
using @KWSYS_NAMESPACE@_ios_namespace::ios;