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

#include <string>

#include "CrawlerExportable.hpp"

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

#endif