windows-nt/Source/XPSP1/NT/drivers/tpg/hwx/sole/inc/sole.h
2020-09-26 16:20:57 +08:00

15 lines
208 B
C

#ifndef __INCLUDE_SOLE_H__
#define __INCLUDE_SOLE_H__
#ifdef __cplusplus
extern "C" {
#endif
BOOL SoleRecog(GLYPH *pGlyph, GUIDE *pGuide, ALTERNATES *pAlt,BOOL bGuide);
#ifdef __cplusplus
}
#endif
#endif