Jam-Teacher/Plugins/SpeechRecognition/ThirdParty/SphinxBase/Includes/wince/sphinx_config.h

20 lines
464 B
C
Raw Normal View History

2020-08-03 20:23:02 +00:00
/* include/sphinx_config.h, defaults for Windows CE. */
/* sphinx_config.h: Externally visible configuration parameters for
* SphinxBase.
*/
/* Default radix point for fixed-point */
/* #undef DEFAULT_RADIX */
/* Use Q15 fixed-point computation */
/* #undef FIXED16 */
/* Use fixed-point computation */
/* #define FIXED_POINT 1 */
/* The size of `long', as computed by sizeof. */
#define SIZEOF_LONG 4
/* Extension for executables */
#define EXEEXT ".exe"