From f2a30de96d49fdd6eed94f987503e9715e1aed23 Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Sun, 6 Jun 2004 21:39:43 +0000 Subject: [PATCH] Yet another hack. --- stepmania/src/archutils/Darwin/wchar.cpp | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/stepmania/src/archutils/Darwin/wchar.cpp b/stepmania/src/archutils/Darwin/wchar.cpp index 324512090e..19f90ea147 100644 --- a/stepmania/src/archutils/Darwin/wchar.cpp +++ b/stepmania/src/archutils/Darwin/wchar.cpp @@ -74,14 +74,21 @@ wchar_t *wmemset(wchar_t *ws , wchar_t wc, size_t n) } #ifndef wstring -template class std::basic_string, std::allocator >; +template class std::basic_string, + std::allocator >; #endif /* This has nothing to do with this file, but I might as well put it here * rather than make a new file just for it. */ #include -template std::basic_istream >& - std::basic_istream >::seekg(std::fpos<__mbstate_t>); +#include +using namespace std; + +template basic_istream >& + basic_istream >::seekg(fpos<__mbstate_t>); +template streampos + basic_streambuf >::pubseekpos(fpos<__mbstate_t>, + _Ios_Openmode); #endif