comparison src/strhelp.h @ 112:9daf778feaf1 1.4

Fix usage of WIN32 macro. With c++11 this is no longer set. _WIN32 is the better macro to use anyway.
author Andre Heinecke <andre.heinecke@intevation.de>
date Thu, 08 Dec 2016 15:34:07 +0100
parents 64a51a42c01f
children
comparison
equal deleted inserted replaced
111:e6b8f1590a01 112:9daf778feaf1
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)