/* edit1.h */

#define IDM_GET  1 /* menu item ID values */
#define IDM_QUIT 10

#define EDIT_ID         100
 
LRESULT CALLBACK WndProc (HWND, UINT, WPARAM, LPARAM) ;