diff options
author | unknown <b0ris@b0ris-satellite.(none)> | 2012-01-16 02:21:03 +0200 |
---|---|---|
committer | unknown <b0ris@b0ris-satellite.(none)> | 2012-01-16 02:21:03 +0200 |
commit | d3f5a1e20f159287764d3090ad0024ef42812709 (patch) | |
tree | 8ba8415256c2c5dd8f62378b177fb5303b4497e6 /client/Utility.h | |
parent | 0822cf0b82aff2e265a78f61fcb976c300c44ace (diff) |
Proxifier's config lookup
Diffstat (limited to 'client/Utility.h')
-rw-r--r-- | client/Utility.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/client/Utility.h b/client/Utility.h index fef395b..8cdecaf 100644 --- a/client/Utility.h +++ b/client/Utility.h @@ -11,4 +11,22 @@ */ QByteArray md5_sum(QString &filename); + +#ifdef WIN32 + +#include <shlobj.h> + +/** + * @brief returns number of TCHARs in string + */ +int wstrlen(_TCHAR * wstr); + +/** + * @brief Allocate char string and copy TCHAR->char->string + */ +char* wstrdup(_TCHAR* wSrc); + +#endif + + #endif
\ No newline at end of file |