aboutsummaryrefslogtreecommitdiff
path: root/emulators/wine-devel/files/patch-gd
blob: 41acbbab46753822413abfdb4defdff6bd6e7879 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- include/ttydrv.h~	Thu Mar 30 21:26:44 2000
+++ include/ttydrv.h	Sat Jun 17 00:03:21 2000
@@ -11,4 +11,5 @@
 #ifdef HAVE_NCURSES_H
 # include <ncurses.h>
+# undef trace
 #elif defined(HAVE_CURSES_H)
 # include <curses.h>
--- console/ncurses.c~	Sat Jun 17 01:39:59 2000
+++ console/ncurses.c	Sat Jun 17 01:34:56 2000
@@ -30,4 +30,5 @@
 #ifdef HAVE_NCURSES_H
 # include <ncurses.h>
+# undef trace
 #else
 # ifdef HAVE_CURSES_H