| 64 | #include "tchar.h" |
| 65 | |
| 66 | static std::string convertCharPointerToStdString(const char * text) |
| 67 | { |
| 68 | return std::string(text); |
| 69 | } |
| 70 | |
| 71 | static std::string convertCharPointerToStdString(const wchar_t * text) |
| 72 | { |
no outgoing calls
no test coverage detected