hlguids.h revision b955672b950093ff7416d1269dd4d3b69983bd8f
0N/A/*
2677N/A * Implementation of hyperlinking (hlink.dll)
0N/A *
0N/A * Copyright 2005 Aric Stewart for CodeWeavers
0N/A *
0N/A * This library is free software; you can redistribute it and/or
0N/A * modify it under the terms of the GNU Lesser General Public
0N/A * License as published by the Free Software Foundation; either
0N/A * version 2.1 of the License, or (at your option) any later version.
0N/A *
0N/A * This library is distributed in the hope that it will be useful,
0N/A * but WITHOUT ANY WARRANTY; without even the implied warranty of
0N/A * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
0N/A * Lesser General Public License for more details.
0N/A *
0N/A * You should have received a copy of the GNU Lesser General Public
0N/A * License along with this library; if not, write to the Free Software
0N/A * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
1472N/A */
1472N/A
1472N/A/*
0N/A * Sun LGPL Disclaimer: For the avoidance of doubt, except that if any license choice
0N/A * other than GPL or LGPL is available it will apply instead, Sun elects to use only
0N/A * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where
1879N/A * a choice of LGPL license versions is made available with the language indicating
1879N/A * that LGPLv2 or any later version may be used, or where a choice of which version
1879N/A * of the LGPL is applied is otherwise unspecified.
3932N/A */
1879N/A
1879N/A#ifndef __WINE_HLGUIDS_H__
1879N/A#define __WINE_HLGUIDS_H__
1879N/A
1879N/ADEFINE_GUID(CLSID_StdHlink,
0N/A 0x79eac9d0, 0xbaf9, 0x11ce, 0x8c, 0x82, 0x00, 0xaa,0x00,0x4b,0xa9,0x0b);
0N/ADEFINE_GUID(CLSID_StdHlinkBrowseContext,
0N/A 0x79eac9d1, 0xbaf9, 0x11ce, 0x8c, 0x82, 0x00, 0xaa,0x00,0x4b,0xa9,0x0b);
0N/ADEFINE_GUID(CLSID_IID_IExtensionServices,
0N/A 0x79eac9cb, 0xbaf9, 0x11ce, 0x8c, 0x82, 0x00, 0xaa,0x00,0x4b,0xa9,0x0b);
0N/A
0N/A#endif
0N/A