DEBUG_ExternalDebugger() needs to be a part of wine, not winedbg.
This commit is contained in:
parent
442f6b1df7
commit
2fc028977d
|
@ -13,7 +13,6 @@ C_SRCS = \
|
|||
display.c \
|
||||
editline.c \
|
||||
expr.c \
|
||||
external.c \
|
||||
hash.c \
|
||||
info.c \
|
||||
memory.c \
|
||||
|
|
|
@ -13,6 +13,7 @@ C_SRCS = \
|
|||
cpu.c \
|
||||
debugstr.c \
|
||||
error.c \
|
||||
ext_debugger.c \
|
||||
lstr.c \
|
||||
main.c \
|
||||
network.c \
|
||||
|
|
Loading…
Reference in New Issue