/* static.h  header file */

#define IDM_CHANGE      1       /* menu items */
#define     IDM_SEND    2
#define IDM_QUIT        10

LRESULT CALLBACK WndProc (HWND, UINT, WPARAM, LPARAM) ;