windows-nt/Source/XPSP1/NT/windows/richedit/lsinc/lsesc.h

17 lines
266 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
#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 */