blob: 270f0695e64fabe3674ca502a222d86aea476496 (
plain)
1
2
3
4
5
6
7
8
|
a::b c()
{
mapped_file_source abc((int) CW1A(sTemp));
mapped_file_source abc((int) ::CW2A(sTemp));
mapped_file_source abc((int) A::CW3A(sTemp));
}
boost::iostreams::mapped_file_source pdf((LPSTR) ATL::CW2A(sTemp));
|