~ubuntu-branches/ubuntu/trusty/espeak/trusty

« back to all changes in this revision

Viewing changes to platforms/windows/windows_sapi/.svn/text-base/TtsEng_i.c.svn-base

  • Committer: Bazaar Package Importer
  • Author(s): Samuel Thibault, Luke Yelavich, Mario Lang, Nicolas Boulenguez, Samuel Thibault
  • Date: 2011-01-30 20:41:59 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20110130204159-l034urxudcsruok8
Tags: 1.44.05-1
[ Luke Yelavich ]
* debian/copyright: update
* Update manpage to add command-line flags and fix some errors

[ Mario Lang ]
* New upstream version (Closes: Bug#594872)

[ Nicolas Boulenguez ]
* Made the html docs a subdir.
* Referenced it in doc-base.
* Correct syntax in manpage.
* Separate common paragraph of each description, to ease translations.
* Remove empty postinst and postrm.
* Add ${misc:Depends} to espeak-data-udeb, update the description to mention
  d-i.
* Use Package-Type instead of XC-Package-Type.

[ Samuel Thibault ]
* debian/copyright: Fix Jonathan's mail.
* debian/control: Add espeak-dbg package.
* debian/rules: Put debugging symbols into espeak-dbg (Closes: Bug#608984).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* this file contains the actual definitions of */
 
2
/* the IIDs and CLSIDs */
 
3
 
 
4
/* link this file in with the server and any clients */
 
5
 
 
6
 
 
7
/* File created by MIDL compiler version 5.01.0164 */
 
8
/* at Sat Dec 16 21:19:27 2006
 
9
 */
 
10
/* Compiler settings for C:\Program Files\Microsoft Speech SDK 5.1\Samples\CPP\Engines\TTS\TtsEng.idl:
 
11
    Oicf (OptLev=i2), W1, Zp8, env=Win32, ms_ext, c_ext
 
12
    error checks: allocation ref bounds_check enum stub_data 
 
13
*/
 
14
//@@MIDL_FILE_HEADING(  )
 
15
#ifdef __cplusplus
 
16
extern "C"{
 
17
#endif 
 
18
 
 
19
 
 
20
#ifndef __IID_DEFINED__
 
21
#define __IID_DEFINED__
 
22
 
 
23
typedef struct _IID
 
24
{
 
25
    unsigned long x;
 
26
    unsigned short s1;
 
27
    unsigned short s2;
 
28
    unsigned char  c[8];
 
29
} IID;
 
30
 
 
31
#endif // __IID_DEFINED__
 
32
 
 
33
#ifndef CLSID_DEFINED
 
34
#define CLSID_DEFINED
 
35
typedef IID CLSID;
 
36
#endif // CLSID_DEFINED
 
37
 
 
38
const IID LIBID_SAMPLETTSENGLib = {0x7192AA2F,0xF759,0x43e9,{0x91,0xE7,0x22,0x63,0x71,0xEF,0x6B,0x2F}};
 
39
 
 
40
 
 
41
const CLSID CLSID_SampleTTSEngine = {0xBE985C8D,0xBE32,0x4A22,{0xAA,0x93,0x55,0xC1,0x6A,0x6D,0x1D,0x91}};
 
42
 
 
43
 
 
44
#ifdef __cplusplus
 
45
}
 
46
#endif
 
47