1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-06-30 10:46:45 +02:00

Added check and define for wide char support

Try to figure out if wide character support is available and provide
the necessary define for toxic.
This commit is contained in:
Sergey 'Jin' Bostandzhyan
2013-08-23 10:50:04 +03:00
parent 1087bbb4ff
commit 78deb13c45
8 changed files with 58 additions and 4 deletions

View File

@ -1,3 +1,7 @@
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "friendlist.h"
#include "prompt.h"
#include "dhtstatus.h"