I'm trying to compile some Microsoft SAPI example code in a non-Microsoft C++ Compiler, and am getting an error at this line:
_HFILE m_hfilePrev;
Presumably because it doesn't recognize the _HFILE #define. Does anybody know what .h file I should include for that?