mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 01:07:52 +00:00
Unbreak Windows-hosted cross debugger builds.
* windows-nat.c (windows_get_absolute_argv0): Move from here... * mingw-hdep.c (windows_get_absolute_argv0): ...to here. Include main.h. * windows-nat.h (windows_get_absolute_argv0): Move prototype from here... * main.h (windows_get_absolute_argv0): ...to here.
This commit is contained in:
@@ -45,9 +45,6 @@
|
||||
#include "maint.h"
|
||||
|
||||
#include "filenames.h"
|
||||
#ifdef __MINGW32__
|
||||
# include "windows-nat.h"
|
||||
#endif
|
||||
|
||||
/* The selected interpreter. This will be used as a set command
|
||||
variable, so it should always be malloc'ed - since
|
||||
|
||||
Reference in New Issue
Block a user