blob: 493a74ec48fb4828c18fa02df495c15e00e97e26 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- src/giram.c.orig Sun Dec 29 02:49:03 2002
+++ src/giram.c Tue Oct 26 17:04:03 2004
@@ -26,6 +26,9 @@
#include <sys/types.h>
#include <sys/wait.h>
+#undef GTK_DISABLE_DEPRECATED
+#warning GTK_DISABLE_DEPRECATED
+
#ifndef WAIT_ANY
#define WAIT_ANY (-1)
#endif /* WAIT_ANY */
|