Hide bullshit code

This commit is contained in:
Berkus Decker 2017-11-24 00:09:31 +02:00
parent 1bd28fd93f
commit 8a0ac82476
1 changed files with 4 additions and 0 deletions

View File

@ -20,6 +20,8 @@ Copyright (c) 2014-2017 John Preston, https://desktop.telegram.org
*/
#include <iconv.h>
#ifdef BULLSHIT
#ifdef iconv_open
#undef iconv_open
#endif // iconv_open
@ -43,3 +45,5 @@ size_t iconv(iconv_t cd, char** inbuf, size_t *inbytesleft, char** outbuf, size_
int iconv_close(iconv_t cd) {
return libiconv_close(cd);
}
#endif // BULLSHIT