comparison src/strhelp.h @ 30:53090844eddd

Fix check for windows in strhelp.h to work with strange mingw versions
author Andre Heinecke <andre.heinecke@intevation.de>
date Mon, 11 Apr 2016 13:36:59 +0200
parents 8b4c49c92451
children
comparison
equal deleted inserted replaced
29:000824f6f683 30:53090844eddd
130 * @returns 0 on success a polarssl error or -1 otherwise 130 * @returns 0 on success a polarssl error or -1 otherwise
131 */ 131 */
132 int str_base64_decode(char **dst, size_t *dst_size, char *src, 132 int str_base64_decode(char **dst, size_t *dst_size, char *src,
133 size_t src_size); 133 size_t src_size);
134 134
135 #ifdef WIN32 135 #ifdef _WIN32
136 136
137 /** @brief convert a utf8 string to utf16 wchar 137 /** @brief convert a utf8 string to utf16 wchar
138 * 138 *
139 * @param[in] string utf8 string. Must be at least len characters long. 139 * @param[in] string utf8 string. Must be at least len characters long.
140 * @param[in] len number of characters to be converted. 140 * @param[in] len number of characters to be converted.
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)