summaryrefslogtreecommitdiff
path: root/include/util/win32/stringutils.hpp
blob: 8f293dd4a31916b61446b9e1feadb83db519d161 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef __STRINGUTILS_H
#define __STRINGUTILS_H

#include <string>

#include "UtilExportable.hpp"

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

#endif