~misono/nvdajp/MiscellaneousDependencies

« back to all changes in this revision

Viewing changes to include/espeak/src/speech.h

  • Committer: Takuya Nishimoto
  • Date: 2012-05-06 14:35:57 UTC
  • Revision ID: nishimotz@gmail.com-20120506143557-1h0itsvl96dsnd4s
imporeted espeak-1.46.17 05.May.2012

Show diffs side-by-side

added added

removed removed

Lines of Context:
63
63
typedef unsigned short USHORT;
64
64
typedef unsigned char  UCHAR;
65
65
typedef double DOUBLEX;
66
 
 
 
66
typedef unsigned long long64;   // use this for conversion between pointers and integers
67
67
 
68
68
 
69
69