]> git.sur5r.net Git - openldap/blob - libraries/msdos/winsock/ltest/textwind.h
Initial revision
[openldap] / libraries / msdos / winsock / ltest / textwind.h
1 /*\r
2  * textwind.h\r
3  */\r
4 \r
5 #define WINDCLASS_TEDIT "TextClass"\r
6 #define IDC_EDIT                100\r
7 \r
8 /*\r
9  * prototypes\r
10  */\r
11 HWND new_editwindow( HWND hParent, char *lpszTtitle );\r
12 void memory_error( void );\r
13 long FAR PASCAL TEditWndProc( HWND hWnd, unsigned message, WORD wParam, LONG lParam );\r