diff options
author | Christopher Faylor <me@cgf.cx> | 2004-05-15 16:10:41 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2004-05-15 16:10:41 +0000 |
commit | aafd8a545f7d9089d47ac28d890840f22dac6df4 (patch) | |
tree | 552dc673ad6ca9359114d2f9d080bcc27fc48c44 /winsup/cygwin/winsup.h | |
parent | 71af2ed39e0c727eb8b9df6bdc1d9dbed762ad5d (diff) | |
download | newlib-aafd8a545f7d9089d47ac28d890840f22dac6df4.zip newlib-aafd8a545f7d9089d47ac28d890840f22dac6df4.tar.gz newlib-aafd8a545f7d9089d47ac28d890840f22dac6df4.tar.bz2 |
revert previous not-ready-for-primetime checkin.
Diffstat (limited to 'winsup/cygwin/winsup.h')
-rw-r--r-- | winsup/cygwin/winsup.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/winsup/cygwin/winsup.h b/winsup/cygwin/winsup.h index cd698ba..4c57c37 100644 --- a/winsup/cygwin/winsup.h +++ b/winsup/cygwin/winsup.h @@ -217,6 +217,8 @@ void events_terminate (void); void __stdcall close_all_files (); +/* Invisible window initialization/termination. */ +HWND __stdcall gethwnd (void); /* Check if running in a visible window station. */ extern bool has_visible_window_station (void); |