aboutsummaryrefslogtreecommitdiff
path: root/include/mingw.h
diff options
context:
space:
mode:
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>2009-04-23 03:54:15 +1000
committerNguyễn Thái Ngọc Duy <pclouds@gmail.com>2009-04-23 04:44:34 +1000
commitdacd447d415591d6b2dbe746b93bcc6fb07abe8e (patch)
treec59b38911cdd31ce560029c8a09eec6f77134f68 /include/mingw.h
parent2ef16e4999761216c4c067c1487246a347a2ab84 (diff)
downloadbusybox-w32-dacd447d415591d6b2dbe746b93bcc6fb07abe8e.tar.gz
busybox-w32-dacd447d415591d6b2dbe746b93bcc6fb07abe8e.tar.bz2
busybox-w32-dacd447d415591d6b2dbe746b93bcc6fb07abe8e.zip
redefine CONFIG_BUSYBOX_EXEC_PATH to get full path
Diffstat (limited to 'include/mingw.h')
-rw-r--r--include/mingw.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mingw.h b/include/mingw.h
index 3d252af5f..b39d94a33 100644
--- a/include/mingw.h
+++ b/include/mingw.h
@@ -248,6 +248,7 @@ char **copy_environ(void);
248void free_environ(char **env); 248void free_environ(char **env);
249char **env_setenv(char **env, const char *name); 249char **env_setenv(char **env, const char *name);
250 250
251const char *get_busybox_exec_path();
251/* 252/*
252 * A replacement of main() that ensures that argv[0] has a path 253 * A replacement of main() that ensures that argv[0] has a path
253 */ 254 */