#ifndef _RS_WSTRING_H_ #define _RS_WSTRING_H_ #include typedef std::wstring rs_wstring; #endif