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