/* scroll1.h  header file */

#define IDM_GET     1   /* menu items */
#define IDM_QUIT    10

#define SCROLL_ID   1000    /* child window control ID's */
#define STATIC_ID   1001

#define MAXSCROLL   50 

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