- Timestamp:
- Jun 22, 2012 1:31:10 AM (12 years ago)
- Branches:
- master, trunk
- Children:
- f05e973
- Parents:
- cef1290
- Location:
- Dev/utvpn/utvpn-unix-v101-7101-public
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/utvpn/utvpn-unix-v101-7101-public/src/Mayaqua/Mayaqua.h
ra1bae3e re498534 222 222 223 223 #ifdef UNIX_LINUX 224 #include <iconv.h> 225 /* 224 226 typedef void *iconv_t; 225 227 iconv_t iconv_open (__const char *__tocode, __const char *__fromcode); … … 229 231 size_t *__restrict __outbytesleft); 230 232 int iconv_close (iconv_t __cd); 233 */ 231 234 #else // UNIX_LINUX 232 235 #include <iconv.h>
Note: See TracChangeset
for help on using the changeset viewer.