diff options
author | Christopher Faylor <me+cygwin@cgf.cx> | 2010-03-10 15:57:07 +0000 |
---|---|---|
committer | Christopher Faylor <me+cygwin@cgf.cx> | 2010-03-10 15:57:07 +0000 |
commit | 452fa0647cbaf4fbf4eb5eeb16ef4ac01c88e76f (patch) | |
tree | b6a9530392e8b1dadf73c2fc0ebef4eab498ed48 /gdb/windows-nat.c | |
parent | ee9e7c780e507060d942a54a6993c6347f876146 (diff) | |
download | gdb-452fa0647cbaf4fbf4eb5eeb16ef4ac01c88e76f.zip gdb-452fa0647cbaf4fbf4eb5eeb16ef4ac01c88e76f.tar.gz gdb-452fa0647cbaf4fbf4eb5eeb16ef4ac01c88e76f.tar.bz2 |
* windows-nat.c (cygwin_conv_path): Remove old macro.
Diffstat (limited to 'gdb/windows-nat.c')
-rw-r--r-- | gdb/windows-nat.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/windows-nat.c b/gdb/windows-nat.c index 01d5f03..f2f42f7 100644 --- a/gdb/windows-nat.c +++ b/gdb/windows-nat.c @@ -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 |