openldap/libraries/msdos/winsock/ltest/textwind.h
1998-08-09 00:43:13 +00:00

13 lines
284 B
C

/*
* textwind.h
*/
#define WINDCLASS_TEDIT "TextClass"
#define IDC_EDIT 100
/*
* prototypes
*/
HWND new_editwindow( HWND hParent, char *lpszTtitle );
void memory_error( void );
long FAR PASCAL TEditWndProc( HWND hWnd, unsigned message, WORD wParam, LONG lParam );