mscms/tests: Inline a simple string.
[wine.git] / dlls / xactengine3_7 / xact_classes.idl
blob40c00f4ff062b79caa70a54e7ee13f6807bc8a30
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 == 0x0300
26 uuid(3b80ee2a-b0f5-4780-9e30-90cb39685b03)
27 #elif XACT3_VER == 0x0301
28 uuid(962f5027-99be-4692-a468-85802cf8de61)
29 #elif XACT3_VER == 0x0302
30 uuid(d3332f02-3dd0-4de9-9aec-20d85c4111b6)
31 #elif XACT3_VER == 0x0303
32 uuid(94c1affa-66e7-4961-9521-cfdef3128d4f)
33 #elif XACT3_VER == 0x0304
34 uuid(0977d092-2d95-4e43-8d42-9ddcc2545ed5)
35 #elif XACT3_VER == 0x0305
36 uuid(074b110f-7f58-4743-aea5-12f15b5074ed)
37 #elif XACT3_VER == 0x0306
38 uuid(248d8a3b-6256-44d3-a018-2ac96c459f47)
39 #else /* XACT3_VER == 0x0307 or not defined */
40 uuid(bcc782bc-6492-4c22-8c35-f5d72fe73c6e)
41 #endif
43 coclass XACTEngine {}