Yet another hack.
This commit is contained in:
@@ -74,14 +74,21 @@ wchar_t *wmemset(wchar_t *ws , wchar_t wc, size_t n)
|
|||||||
}
|
}
|
||||||
|
|
||||||
#ifndef wstring
|
#ifndef wstring
|
||||||
template class std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >;
|
template class std::basic_string<wchar_t, std::char_traits<wchar_t>,
|
||||||
|
std::allocator<wchar_t> >;
|
||||||
#endif
|
#endif
|
||||||
/* This has nothing to do with this file, but I might as well put it here
|
/* 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.
|
* rather than make a new file just for it.
|
||||||
*/
|
*/
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
template std::basic_istream<char, std::char_traits<char> >&
|
#include <fstream>
|
||||||
std::basic_istream<char, std::char_traits<char> >::seekg(std::fpos<__mbstate_t>);
|
using namespace std;
|
||||||
|
|
||||||
|
template basic_istream<char, char_traits<char> >&
|
||||||
|
basic_istream<char, char_traits<char> >::seekg(fpos<__mbstate_t>);
|
||||||
|
template streampos
|
||||||
|
basic_streambuf<char, char_traits<char> >::pubseekpos(fpos<__mbstate_t>,
|
||||||
|
_Ios_Openmode);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user