windows-nt/Source/XPSP1/NT/windows/richedit/lsinc/pcelldet.h
2020-09-26 16:20:57 +08:00

8 lines
145 B
C

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