/*1* GUID definitions2*3* Copyright 2000 Alexandre Julliard4* Copyright 2000 Francois Gouget5*6* This library is free software; you can redistribute it and/or7* modify it under the terms of the GNU Lesser General Public8* License as published by the Free Software Foundation; either9* version 2.1 of the License, or (at your option) any later version.10*11* This library is distributed in the hope that it will be useful,12* but WITHOUT ANY WARRANTY; without even the implied warranty of13* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU14* Lesser General Public License for more details.15*16* You should have received a copy of the GNU Lesser General Public17* License along with this library; if not, write to the Free Software18* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA19*/2021#include <stdarg.h>2223#include "windef.h"24#include "winbase.h"25#include "wingdi.h"26#include "winuser.h"2728#include "objbase.h"29#include "oleauto.h"30#include "olectl.h"31#include "d3d9.h"3233#include "initguid.h"3435#include "uuids.h"36#include "strmif.h"37#include "control.h"38#include "amstream.h"39#include "qedit.h"40#include "vmr9.h"41#include "videoacc.h"424344