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

15 lines
187 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
#ifndef _OUTPUT_H
#define _OUTPUT_H
#ifdef __cplusplus
extern "C" {
#endif
int SoleFeaturize(GLYPH *pGlyph, GUIDE *pGuide, int *aFeat,BOOL bGuide);
#ifdef __cplusplus
}
#endif
#endif