1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-06-20 13:26:35 +02:00

Merge pull request #157 from Ansa89/widechar

Wide characters support
This commit is contained in:
JFreegman
2014-06-24 17:04:21 -04:00
11 changed files with 24 additions and 385 deletions

View File

@ -20,7 +20,9 @@
*
*/
#ifndef _GNU_SOURCE
#define _GNU_SOURCE /* needed for strcasestr() and wcwidth() */
#endif
#ifdef HAVE_CONFIG_H
#include "config.h"

View File

@ -20,7 +20,9 @@
*
*/
#ifndef _GNU_SOURCE
#define _GNU_SOURCE /* needed for strcasestr() and wcwidth() */
#endif
#ifdef HAVE_CONFIG_H
#include "config.h"