home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
kermit.columbia.edu
/
kermit.columbia.edu.tar
/
kermit.columbia.edu
/
tmp9
/
cknwin.h
< prev
next >
Wrap
C/C++ Source or Header
|
2011-07-19
|
456b
|
19 lines
/* C K N W I N -- Kermit GUI Windows support for Win32 systems */
/*
Author: Jeffrey E Altman (jaltman@secure-endpoints.com)
Secure Endpoints Inc., New York City
Copyright (C) 1985, 2004, Trustees of Columbia University in the City of New
York.
*/
extern HWND hwndGUI ;
extern HWND hwndConsole ;
_PROTOTYP( int WindowThreadInit, (void *) ) ;
_PROTOTYP( void WindowThreadClose, (void) ) ;
_PROTOTYP( HWND GetConsoleHwnd, (void) ) ;