mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-21 14:25:24 -05:00
13 lines
284 B
C
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 );
|