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

17 lines
338 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
#ifndef LSPAIRAC_DEFINED
#define LSPAIRAC_DEFINED
#include "lsdefs.h"
#include "lsact.h"
typedef struct lspairact /* Mod width pair unit */
{
LSACT lsactFirst; /* Action on first char */
LSACT lsactSecond; /* Action on second char */
} LSPAIRACT;
#endif /* !LSPAIRAC_DEFINED */