summaryrefslogtreecommitdiff
path: root/emulators/wine/patches/patch-ae
blob: a1c0537b6c624021935e691c97aa77180cbf93a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-ae,v 1.9 2004/02/16 14:07:35 adam Exp $

--- programs/winedbg/elf.c.orig	2004-02-16 14:40:16.000000000 +0000
+++ programs/winedbg/elf.c
@@ -69,6 +69,10 @@
 
 WINE_DEFAULT_DEBUG_CHANNEL(winedbg);
 
+#ifndef STN_UNDEF
+# define STN_UNDEF	0
+#endif
+
 typedef struct tagELF_DBG_INFO
 {
     void *elf_addr;