~ubuntu-branches/ubuntu/oneiric/espeak/oneiric

« back to all changes in this revision

Viewing changes to platforms/windows/windows_sapi/src/speech.h

  • Committer: Bazaar Package Importer
  • Author(s): Luke Yelavich
  • Date: 2011-05-04 11:25:46 UTC
  • mfrom: (1.1.24 upstream) (5.1.10 sid)
  • Revision ID: james.westby@ubuntu.com-20110504112546-ykijzihgc7ybgzn2
Tags: 1.45.04-1ubuntu1
* Merge from debian unstable, remaining changes:
  - Add gbp.conf for use with git buildpackage
  - Update the explanation of the -b command-line flag in the espeak manpage

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 
21
21
// speech.h file for the Windows SAPI5 version of eSpeak
22
22
 
 
23
#ifndef SPEECH_H
 
24
#define SPEECH_H
 
25
 
 
26
 
23
27
 
24
28
// conditional compilation options
25
29
 
29
33
#define NEED_GETOPT
30
34
#define NO_VARIADIC_MACROS
31
35
#define USE_MBROLA_LIB
32
 
#define ESPEAK_API
33
36
 
34
37
#define PATHSEP '\\'
35
38
//#define PLATFORM_POSIX
65
68
char *Alloc(int size);
66
69
void Free(void *ptr);
67
70
 
 
71
#endif // SPEECH_H