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

#include <string>

#include "util/UtilExportable.hpp"

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

#endif