- Improved support for screen resolution changes. - More shell32 improvements. - Several Winelib compatibility fixes. - Beginnings of support for typelib creation. - Lots of bug fixes.
15 lines
319 B
Text
15 lines
319 B
Text
$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;
|