VirtualBox

Changeset 28303 in vbox for trunk/src/VBox/Additions/common


Ignore:
Timestamp:
Apr 14, 2010 1:17:56 PM (15 years ago)
Author:
vboxsync
Message:

Misc: made it possible to do: DEFS += RTMEM_WRAP_TO_EF_APIS RTALLOC_USE_EFENCE

Location:
trunk/src/VBox/Additions/common/VBoxGuestLib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxGuestLib/Makefile.kmk

    r27703 r28303  
    139139# C library is not available.
    140140#
     141## @todo We're quite probably using the wrong template here.
    141142VBoxGuestR3LibXFree86_TEMPLATE = VBOXGUESTR3LIB
    142143VBoxGuestR3LibXFree86_DEFS     = \
    143         VBOX_WITH_HGCM VBOX_VBGLR3_XFREE86 \
     144        VBOX_WITH_HGCM \
     145        VBOX_VBGLR3_XFREE86 \
     146        RTMEM_NO_WRAP_TO_EF_APIS \
    144147        $(if $(VBOX_WITH_GUEST_PROPS),VBOX_WITH_GUEST_PROPS,)
    145148VBoxGuestR3LibXFree86_SOURCES  = \
     
    152155        VBoxGuestR3LibVideo.cpp \
    153156        VBoxGuestR3LibRuntimeXF86.cpp
    154 VBoxGuestR3LibRuntimeXF86.cpp_CXXFLAGS = -Wno-shadow
    155157VBoxGuestR3LibXFree86_INCS     = \
    156158        $(VBOX_PATH_X11_XFREE_4_3)/programs/Xserver/hw/xfree86/common/ \
     
    160162        $(VBOX_PATH_X11_XFREE_4_3)/exports/include/X11
    161163
     164VBoxGuestR3LibRuntimeXF86.cpp_CXXFLAGS = -Wno-shadow
    162165
    163166include $(KBUILD_PATH)/subfooter.kmk
  • trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibRuntimeXF86.cpp

    r27687 r28303  
    22/** @file
    33 * VBoxGuestR3Lib - Ring-3 Support Library for VirtualBox guest additions,
    4  *   implements the minimum of runtime functions needed for XFree86 driver
    5  *   code.
     4 *                  implements the minimum of runtime functions needed for
     5 *                  XFree86 driver code.
    66 */
    77
    88/*
    9  * Copyright (C) 2007-2009 Sun Microsystems, Inc.
     9 * Copyright (C) 2007-2010 Sun Microsystems, Inc.
    1010 *
    1111 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    4646}
    4747
     48/* This is risky as it restricts call to the ANSI format type specifiers. */
    4849RTDECL(size_t) RTStrPrintf(char *pszBuffer, size_t cchBuffer, const char *pszFormat, ...)
    4950{
     
    140141    xfree(pv);
    141142}
     143
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette