diff options
author | Ron Yorston <rmy@pobox.com> | 2012-05-09 15:16:44 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2012-05-09 15:16:44 +0100 |
commit | 4066aff5e481941585c5958460c39a1b1399ce88 (patch) | |
tree | 87f3996a592298e744faa6b17b0af17c3786510a /include | |
parent | f2459f232790aab0434d1cc6471ea62bc193e636 (diff) | |
download | busybox-w32-4066aff5e481941585c5958460c39a1b1399ce88.tar.gz busybox-w32-4066aff5e481941585c5958460c39a1b1399ce88.tar.bz2 busybox-w32-4066aff5e481941585c5958460c39a1b1399ce88.zip |
Use win32_execable_file() in test, which and execable.c
Diffstat (limited to 'include')
-rw-r--r-- | include/mingw.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/mingw.h b/include/mingw.h index 1ef13c638..fdcd7f709 100644 --- a/include/mingw.h +++ b/include/mingw.h | |||
@@ -386,3 +386,5 @@ char **env_setenv(char **env, const char *name); | |||
386 | 386 | ||
387 | const char *get_busybox_exec_path(void); | 387 | const char *get_busybox_exec_path(void); |
388 | void init_winsock(void); | 388 | void init_winsock(void); |
389 | |||
390 | char *win32_execable_file(const char *p); | ||