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

Wide characters support and removed unused files

This commit is contained in:
Ansa89
2014-06-24 17:35:23 +02:00
parent b14a1bb7b9
commit 76f81c4d33
10 changed files with 20 additions and 1059 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"