2010-12-10 20:46:04 +01:00
|
|
|
---
|
|
|
|
screen.h | 1 +
|
|
|
|
1 file changed, 1 insertion(+)
|
|
|
|
|
|
|
|
Index: screen.h
|
|
|
|
===================================================================
|
|
|
|
--- screen.h.orig
|
|
|
|
+++ screen.h
|
|
|
|
@@ -24,6 +24,7 @@
|
2006-12-14 16:53:16 +01:00
|
|
|
|
|
|
|
#include "os.h"
|
|
|
|
|
|
|
|
+#undef __P
|
|
|
|
#if defined(__STDC__)
|
|
|
|
# ifndef __P
|
|
|
|
# define __P(a) a
|