VBoxGuestR3LibGR.cpp revision 55f72d08ca2ada22d085555ae1d6fafcdf82a320
/* $Id$ */
/** @file
* VBoxGuestR3Lib - Ring-3 Support Library for VirtualBox guest additions, GR.
*/
/*
* Copyright (C) 2007 Sun Microsystems, Inc.
*
* 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.
*
* Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
* Clara, CA 95054 USA or visit http://www.sun.com if you need
* additional information or have any questions.
*/
/*******************************************************************************
* 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
}