2020-09-30 16:53:55 +02:00

17 lines
282 B
C

#ifndef LSESC_DEFINED
#define LSESC_DEFINED
/* Definition of Line Services escape characters.
* Used for LsFetchDispatchEsc().
*/
#include "lsdefs.h"
typedef struct
{
WCHAR wchFirst, wchLast; /* Range of chars codes */
} LSESC;
#endif /* !LSESC_DEFINED */