aboutsummaryrefslogtreecommitdiff
path: root/include/mingw.h
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2014-05-06 20:50:48 +0100
committerRon Yorston <rmy@pobox.com>2014-05-06 20:50:48 +0100
commit1ae26218b9700756ff723a065f011e88f5d3ef81 (patch)
tree2a89d40cbe3390fb7a0dce4e5ebc1d354a4380a8 /include/mingw.h
parentf6bd266ea88ba0b071ff727fe655b3d9de3db4ec (diff)
downloadbusybox-w32-1ae26218b9700756ff723a065f011e88f5d3ef81.tar.gz
busybox-w32-1ae26218b9700756ff723a065f011e88f5d3ef81.tar.bz2
busybox-w32-1ae26218b9700756ff723a065f011e88f5d3ef81.zip
MinGW: rename execable -> executable
Diffstat (limited to 'include/mingw.h')
-rw-r--r--include/mingw.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mingw.h b/include/mingw.h
index bcf61dbac..7caedd063 100644
--- a/include/mingw.h
+++ b/include/mingw.h
@@ -433,4 +433,4 @@ char **env_setenv(char **env, const char *name);
433const char *get_busybox_exec_path(void); 433const char *get_busybox_exec_path(void);
434void init_winsock(void); 434void init_winsock(void);
435 435
436char *win32_execable_file(const char *p); 436char *file_is_win32_executable(const char *p);