// FRSelect.h -- Definitions and Prototypes for FRSelect.c
//
// Constructed 2/23/94 by RonM

#ifndef __FRSELECT_H__

#define __FRSELECT_H__

typedef char *QCH;
// typedef int		 INT

#define AttrNormalFnt	(0) // also defined in winpmlyr\fontlyr.h
#define qNil			(0)
#define hNil			(0)
#define ifcmNil 		(-1)

#define NONE	1
#define UP		2
#define DOWN	3
#define LEFT	4
#define RIGHT	5
#define START	6
#define END 	7

#endif // __FRSELECT_H__