mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-03-31 14:11:36 +08:00
* windows-nat.c (cygwin_conv_path): Remove old macro.
This commit is contained in:
parent
ee9e7c780e
commit
452fa0647c
@ -1,3 +1,7 @@
|
||||
2010-03-10 Pierre Muller <muller@ics.u-strasbg.fr>
|
||||
|
||||
* windows-nat.c (cygwin_conv_path): Remove old macro.
|
||||
|
||||
2010-03-10 Pedro Alves <pedro@codesourcery.com>
|
||||
|
||||
* breakpoint.c (condition_command): Handle watchpoint conditions.
|
||||
|
@ -121,7 +121,6 @@ static struct target_ops windows_ops;
|
||||
(op == CCP_WIN_W_TO_POSIX) ? \
|
||||
cygwin_conv_to_full_posix_path (from, to) : \
|
||||
cygwin_conv_to_win32_path (from, to)
|
||||
# define cygwin_conv_path(op, from, to, size) cygwin_conv_to_full_posix_path (from, to)
|
||||
typedef char cygwin_buf_t;
|
||||
static DWORD WINAPI (*GetModuleFileNameEx) (HANDLE, HMODULE, LPSTR, DWORD);
|
||||
# define STARTUPINFO STARTUPINFOA
|
||||
|
Loading…
x
Reference in New Issue
Block a user