diff options
Diffstat (limited to 'winsup/cygwin/winsup.h')
-rw-r--r-- | winsup/cygwin/winsup.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/cygwin/winsup.h b/winsup/cygwin/winsup.h index c0059ed44..3fd669fc8 100644 --- a/winsup/cygwin/winsup.h +++ b/winsup/cygwin/winsup.h @@ -347,6 +347,7 @@ extern SYSTEM_INFO system_info; extern char *old_title; extern bool display_title; extern bool in_forkee; +extern bool transparent_exe; extern HANDLE hMainThread; extern HANDLE hMainProc; |