Unbreak Windows-hosted cross debugger builds.
[deliverable/binutils-gdb.git] / gdb / main.h
index 49b64ee2bff0af685288f68bce12d011c1b05645..a5260b16bc6b4ed21092a25509a2310d616ab7f0 100644 (file)
@@ -36,4 +36,10 @@ extern int return_child_result_value;
 extern int batch_silent;
 extern int batch_flag;
 
+/* From mingw-hdep.c, used by main.c.  */
+
+/* Return argv[0] in absolute form, if possible, or ARGV0 if not.  The
+   return value is in malloc'ed storage.  */
+extern char *windows_get_absolute_argv0 (const char *argv0);
+
 #endif
This page took 0.02421 seconds and 4 git commands to generate.