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

8 lines
152 B
C

#ifndef PCELLDET_DEFINED
#define PCELLDET_DEFINED
struct celldetails;
typedef struct celldetails* PCELLDETAILS;
#endif /* !PCELLDET_DEFINED */