windows-nt/Source/XPSP1/NT/drivers/tpg/hwx/sole/inc/sole.h

15 lines
208 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
#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