mirror of
https://github.com/Tha14/toxic.git
synced 2025-12-08 04:16:34 +01:00
Make wide character support optional
Issue #514. FindCursesw modified to make it simpler. Wide character can be disable by passing NO_WIDECHAR=ON.
This commit is contained in:
committed by
Sergey 'Jin' Bostandzhyan
parent
30666d2deb
commit
1087bbb4ff
@@ -4,7 +4,6 @@
|
||||
#ifndef _windows_h
|
||||
#define _windows_h
|
||||
|
||||
#define _XOPEN_SOURCE_EXTENDED
|
||||
#include <curses.h>
|
||||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
Reference in New Issue
Block a user