xactengine2_9: New DLL.
[wine.git] / dlls / xactengine3_7 / xact_classes.idl
blobf978c05d18e40ef6d8caacd565ba94484f1f9ff8
1 /*
2 * COM Classes for xactengine
4 * Copyright 2018 Ethan Lee for CodeWeavers
6 * This library is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU Lesser General Public
8 * License as published by the Free Software Foundation; either
9 * version 2.1 of the License, or (at your option) any later version.
11 * This library is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 * Lesser General Public License for more details.
16 * You should have received a copy of the GNU Lesser General Public
17 * License along with this library; if not, write to the Free Software
18 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
21 #pragma makedep register
24 threading(both),
25 #if XACT3_VER == 0x0200
26 uuid(0aa000aa-f404-11d9-bd7a-0010dc4f8f81)
27 #elif XACT3_VER == 0x0204
28 uuid(bc3e0fc6-2e0d-4c45-bc61-d9c328319bd8)
29 #elif XACT3_VER == 0x0207
30 uuid(cd0d66ec-8057-43f5-acbd-66dfb36fd78c)
31 #elif XACT3_VER == 0x0209
32 uuid(343e68e6-8f82-4a8d-a2da-6e9a944b378c)
33 #elif XACT3_VER == 0x0300
34 uuid(3b80ee2a-b0f5-4780-9e30-90cb39685b03)
35 #elif XACT3_VER == 0x0301
36 uuid(962f5027-99be-4692-a468-85802cf8de61)
37 #elif XACT3_VER == 0x0302
38 uuid(d3332f02-3dd0-4de9-9aec-20d85c4111b6)
39 #elif XACT3_VER == 0x0303
40 uuid(94c1affa-66e7-4961-9521-cfdef3128d4f)
41 #elif XACT3_VER == 0x0304
42 uuid(0977d092-2d95-4e43-8d42-9ddcc2545ed5)
43 #elif XACT3_VER == 0x0305
44 uuid(074b110f-7f58-4743-aea5-12f15b5074ed)
45 #elif XACT3_VER == 0x0306
46 uuid(248d8a3b-6256-44d3-a018-2ac96c459f47)
47 #else /* XACT3_VER == 0x0307 or not defined */
48 uuid(bcc782bc-6492-4c22-8c35-f5d72fe73c6e)
49 #endif
51 coclass XACTEngine {}