VBoxDispD3DCmn.h revision 3fa7a7e633f46a212052b510cdb8cee41f279a67
/* $Id$ */
/** @file
* VBoxVideo Display D3D User mode dll
*/
/*
* Copyright (C) 2011-2012 Oracle Corporation
*
* This file is part of VirtualBox Open Source Edition (OSE), as
* available from http://www.virtualbox.org. This file is free software;
* you can redistribute it and/or modify it under the terms of the GNU
* General Public License (GPL) as published by the Free Software
* Foundation, in version 2 as it comes in the "COPYING" file of the
* VirtualBox OSE distribution. VirtualBox OSE is distributed in the
* hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
*/
#ifndef ___VBoxDispD3DCmn_h___
#define ___VBoxDispD3DCmn_h___
#include "VBoxDispD3DBase.h"
#include <iprt/initterm.h>
#include <iprt/log.h>
#include <iprt/mem.h>
#include <VBox/Log.h>
#include <VBox/VBoxGuestLib.h>
#include "VBoxDispDbg.h"
#include "VBoxDispD3DIf.h"
#include "../../common/wddm/VBoxMPIf.h"
#include "VBoxDispCm.h"
#include "VBoxDispMpInternal.h"
#include "VBoxDispKmt.h"
#ifdef VBOX_WITH_CRHGSMI
#include "VBoxUhgsmiBase.h"
#include "VBoxUhgsmiDisp.h"
#include "VBoxUhgsmiKmt.h"
#endif
#include "VBoxDispD3D.h"
#ifndef IN_VBOXCRHGSMI
#include "VBoxD3DIf.h"
#endif
#include <cr_protocol.h>
# ifdef VBOXWDDMDISP
# define VBOXWDDMDISP_DECL(_type) DECLEXPORT(_type)
# else
# define VBOXWDDMDISP_DECL(_type) DECLIMPORT(_type)
# endif
#endif /* #ifndef ___VBoxDispD3DCmn_h___ */