summaryrefslogtreecommitdiff
path: root/src/win32/stringutils.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/win32/stringutils.hpp')
-rwxr-xr-xsrc/win32/stringutils.hpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/win32/stringutils.hpp b/src/win32/stringutils.hpp
deleted file mode 100755
index 6d4bd80..0000000
--- a/src/win32/stringutils.hpp
+++ /dev/null
@@ -1,8 +0,0 @@
-#ifndef __STRINGUTILS_H
-#define __STRINGUTILS_H
-
-#include <string>
-
-std::wstring s2ws( const std::string &s );
-
-#endif