mirror of
https://github.com/Tha14/toxic.git
synced 2025-07-01 06:26:44 +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:
@ -18,6 +18,10 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
|
Reference in New Issue
Block a user