summaryrefslogtreecommitdiff
path: root/src/win32/stringutils.hpp
blob: 6d4bd803a7002b3965def5fccdab404449853c51 (plain)
1
2
3
4
5
6
7
8
#ifndef __STRINGUTILS_H
#define __STRINGUTILS_H

#include <string>

std::wstring s2ws( const std::string &s );

#endif