WindowsXP-SP1/windows/richedit/lsinc/lspairac.h
2020-09-30 16:53:49 +02:00

17 lines
354 B
C

#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 */