VirtualBox

Changeset 6587 in vbox


Ignore:
Timestamp:
Jan 30, 2008 8:09:13 AM (17 years ago)
Author:
vboxsync
Message:

Additions/x11: get rid of gxx_personality_v0 on x11/Linux guests

Location:
trunk/src/VBox/Additions
Files:
3 edited

Legend:

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

    r6578 r6587  
    122122#endif
    123123VBoxGuestR3LibXFree86_DEFS     = VBOX_HGCM VBOX_VBGLR3_XFREE86
     124VBoxGuestR3LibXFree86_CXXFLAGS = -fno-exceptions
    124125VBoxGuestR3LibXFree86_SOURCES  = \
    125126        VBoxGuestR3Lib.cpp \
     
    183184#
    184185VBoxGuestR3LibLinux_TEMPLATE = VBOXLNX32GUESTR3LIB
     186VBoxGuestR3LibLinux_CXXFLAGS = -fno-exceptions
    185187VBoxGuestR3LibLinux_SOURCES  = $(VBoxGuestR3Lib_SOURCES)
    186188VBoxGuestR3LibLinux_DEFS     = VBOX_HGCM
  • trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibVideo.cpp

    r6565 r6587  
    143143    if (RT_SUCCESS(rc))
    144144    {
     145        rc = Req.header.rc;
     146    }
     147    if (RT_SUCCESS(rc))
     148    {
    145149        *pcx = Req.xres;
    146150        *pcy = Req.yres;
  • trunk/src/VBox/Additions/x11/xgraphics/vboxutils.c

    r6582 r6587  
    997997    return FALSE;
    998998}
    999 
    1000 /** @todo r=bird: This can be eliminated by -fno-exceptions. We just need to fix
    1001  * the templates...  */
    1002 extern int __gxx_personality_v0;
    1003 int __gxx_personality_v0 = 0xdeadbeef;
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