summaryrefslogtreecommitdiff
path: root/include/crawler/win32/stringutils.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/crawler/win32/stringutils.hpp')
-rwxr-xr-xinclude/crawler/win32/stringutils.hpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/crawler/win32/stringutils.hpp b/include/crawler/win32/stringutils.hpp
new file mode 100755
index 0000000..b0404cd
--- /dev/null
+++ b/include/crawler/win32/stringutils.hpp
@@ -0,0 +1,10 @@
+#ifndef __STRINGUTILS_H
+#define __STRINGUTILS_H
+
+#include <string>
+
+#include "CrawlerExportable.hpp"
+
+CRAWLER_DLL_VISIBLE std::wstring s2ws( const std::string &s );
+
+#endif