diff options
author | Christopher Faylor <me@cgf.cx> | 2004-05-15 16:09:04 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2004-05-15 16:09:04 +0000 |
commit | 71af2ed39e0c727eb8b9df6bdc1d9dbed762ad5d (patch) | |
tree | 69921ab4064acfef57405505ae50ca752b64abbc /winsup/cygwin/winsup.h | |
parent | 982c8ecdb4c8bd31c7a145117c74199e56a2dfdc (diff) | |
download | newlib-71af2ed39e0c727eb8b9df6bdc1d9dbed762ad5d.zip newlib-71af2ed39e0c727eb8b9df6bdc1d9dbed762ad5d.tar.gz newlib-71af2ed39e0c727eb8b9df6bdc1d9dbed762ad5d.tar.bz2 |
* cygheap.h: Remove some parameter names from declarations throughout.
(cygheap::set): Reflect changes in declaration for arguments and return value
from previous checkin.
Diffstat (limited to 'winsup/cygwin/winsup.h')
-rw-r--r-- | winsup/cygwin/winsup.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/winsup/cygwin/winsup.h b/winsup/cygwin/winsup.h index 4c57c37..cd698ba 100644 --- a/winsup/cygwin/winsup.h +++ b/winsup/cygwin/winsup.h @@ -217,8 +217,6 @@ 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); |