VBoxGuestR3LibGR.cpp revision f11c4bc0c52722d9487aed3b0b7353131bee87ac
/* $Id$ */
/** @file
* VBoxGuestR3Lib - Ring-3 Support Library for VirtualBox guest additions, GR.
*/
/*
* Copyright (C) 2007 innotek GmbH
*
* This file is part of VirtualBox Open Source Edition (OSE), as
* available from http://www.virtualbox.org. This file is free software;
* 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.
*/
/*******************************************************************************
* Header Files *
*******************************************************************************/
#ifdef VBOX_VBGLR3_XFREE86
/* Rather than try to resolve all the header file conflicts, I will just
prototype what we need here. */
typedef void *pointer;
#else
#endif
#include <VBox/VBoxGuest.h>
#include "VBGLR3Internal.h"
{
#ifdef VBOX_VBGLR3_XFREE86
#else
AssertMsgReturn(cb >= sizeof(VMMDevRequestHeader), ("%#x vs %#zx\n", cb, sizeof(VMMDevRequestHeader)),
#endif
if (RT_UNLIKELY(!pReq))
return VERR_NO_MEMORY;
return VINF_SUCCESS;
}
{
}
{
#ifdef VBOX_VBGLR3_XFREE86
#else
#endif
}