blob: b69c925c11fcbe88ebd4144a13cc36cb33c05ba0 [file] [log] [blame]
Juergen Schmiedf072fc91999-01-23 14:05:28 +00001/*
Vincent BĂ©ron9a624912002-05-31 23:06:46 +00002 * Defines a minimum set of macros create GUID's to keep the size
Juergen Schmiedf072fc91999-01-23 14:05:28 +00003 * small
4 *
Alexandre Julliard0799c1a2002-03-09 23:29:33 +00005 * This file should be included into "only GUID definition *.h" like
Juergen Schmiedf072fc91999-01-23 14:05:28 +00006 * shlguid.h
Alexandre Julliard0799c1a2002-03-09 23:29:33 +00007 *
8 * Copyright (C) 1999 Juergen Schmied
9 *
10 * This library is free software; you can redistribute it and/or
11 * modify it under the terms of the GNU Lesser General Public
12 * License as published by the Free Software Foundation; either
13 * version 2.1 of the License, or (at your option) any later version.
14 *
15 * This library is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
18 * Lesser General Public License for more details.
19 *
20 * You should have received a copy of the GNU Lesser General Public
21 * License along with this library; if not, write to the Free Software
22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Juergen Schmiedf072fc91999-01-23 14:05:28 +000023 */
24
Alexandre Julliardb08cb172000-08-03 04:19:24 +000025#define INITGUID
Dimitrie O. Paun53f9c212003-08-28 21:43:34 +000026#include <guiddef.h>