You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
282 B
16 lines
282 B
#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 */
|