include: Make sure __int64 is correctly defined on PPC64.
[wine.git] / dlls / comsvcs / comsvcs_classes.idl
blobccda14048ef1c28456dd41b8d7fcb436136a7387
1 /*
2 * Copyright 2019 Nikolay Sivov
4 * This library is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU Lesser General Public
6 * License as published by the Free Software Foundation; either
7 * version 2.1 of the License, or (at your option) any later version.
9 * This library is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12 * Lesser General Public License for more details.
14 * You should have received a copy of the GNU Lesser General Public
15 * License along with this library; if not, write to the Free Software
16 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
18 #pragma makedep register
21 uuid(ecabafc6-7f19-11d2-978e-0000f8757e2a),
22 progid("new"),
23 helpstring("New Moniker"),
24 threading(both)
26 coclass NewMoniker
28 [default] interface IMoniker;