summaryrefslogtreecommitdiff
path: root/net-p2p/giftcurs/files/patch-src-screen.h
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/giftcurs/files/patch-src-screen.h')
-rw-r--r--net-p2p/giftcurs/files/patch-src-screen.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/net-p2p/giftcurs/files/patch-src-screen.h b/net-p2p/giftcurs/files/patch-src-screen.h
deleted file mode 100644
index 77d5b48cdd8a..000000000000
--- a/net-p2p/giftcurs/files/patch-src-screen.h
+++ /dev/null
@@ -1,15 +0,0 @@
---- src/screen.h.orig Wed Nov 5 00:40:44 2003
-+++ src/screen.h Sun Feb 1 14:47:22 2004
-@@ -71,6 +71,12 @@
- /* Used for "exporting" the items[] list. */
- const char *item_name(int);
-
-+#include <wchar.h>
-+#define __wchar_t
-+#define __wint_t
-+#define _WCHAR_T
-+#define _WINT_T
-+
- #if defined(USE_NCURSES) && !defined(RENAMED_NCURSES)
- # include <ncurses.h>
- #else