initguid.h revision af062818b47340eef15700d2f0211576ba3506ee
5065N/A/*
5065N/A * Defines a minimum set of macros create GUID's to keep the size
5065N/A * small
5065N/A *
5065N/A * This file should be included into "only GUID definition *.h" like
5065N/A * shlguid.h
5065N/A *
5065N/A * Copyright (C) 1999 Juergen Schmied
5065N/A *
5065N/A * This library is free software; you can redistribute it and/or
5065N/A * modify it under the terms of the GNU Lesser General Public
5065N/A * License as published by the Free Software Foundation; either
5065N/A * version 2.1 of the License, or (at your option) any later version.
5065N/A *
5065N/A * This library is distributed in the hope that it will be useful,
5065N/A * but WITHOUT ANY WARRANTY; without even the implied warranty of
5065N/A * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
5065N/A * Lesser General Public License for more details.
5065N/A *
5065N/A * You should have received a copy of the GNU Lesser General Public
5065N/A * License along with this library; if not, write to the Free Software
5065N/A * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
5065N/A */
5065N/A
5065N/A#define INITGUID
5065N/A#include <guiddef.h>
6518N/A