aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/libbb.h1
-rw-r--r--include/mingw.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/include/libbb.h b/include/libbb.h
index d37d4e64c..9055ed066 100644
--- a/include/libbb.h
+++ b/include/libbb.h
@@ -2418,6 +2418,7 @@ extern const char bbvar[] ALIGN1;
2418#define BB_SKIP_ANSI_EMULATION bbafter(BB_OVERRIDE_APPLETS) 2418#define BB_SKIP_ANSI_EMULATION bbafter(BB_OVERRIDE_APPLETS)
2419#define BB_TERMINAL_MODE bbafter(BB_SKIP_ANSI_EMULATION) 2419#define BB_TERMINAL_MODE bbafter(BB_SKIP_ANSI_EMULATION)
2420#define BB_SYSTEMROOT bbafter(BB_TERMINAL_MODE) 2420#define BB_SYSTEMROOT bbafter(BB_TERMINAL_MODE)
2421#define BB_CRITICAL_ERROR_DIALOGS bbafter(BB_SYSTEMROOT)
2421#endif 2422#endif
2422 2423
2423extern const int const_int_0; 2424extern const int const_int_0;
diff --git a/include/mingw.h b/include/mingw.h
index fae732332..93fad0605 100644
--- a/include/mingw.h
+++ b/include/mingw.h
@@ -639,3 +639,4 @@ char *quote_arg(const char *arg);
639char *find_first_executable(const char *name); 639char *find_first_executable(const char *name);
640char *xappendword(const char *str, const char *word); 640char *xappendword(const char *str, const char *word);
641int windows_env(void); 641int windows_env(void);
642void change_critical_error_dialogs(const char *newval) FAST_FUNC;