openldap/libraries/msdos/winsock/ltest/textwind.h

14 lines
284 B
C
Raw Normal View History

1998-08-08 20:43:13 -04:00
/*
* 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 );