Changeset 6587 in vbox
- Timestamp:
- Jan 30, 2008 8:09:13 AM (17 years ago)
- Location:
- trunk/src/VBox/Additions
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuestLib/Makefile.kmk
r6578 r6587 122 122 #endif 123 123 VBoxGuestR3LibXFree86_DEFS = VBOX_HGCM VBOX_VBGLR3_XFREE86 124 VBoxGuestR3LibXFree86_CXXFLAGS = -fno-exceptions 124 125 VBoxGuestR3LibXFree86_SOURCES = \ 125 126 VBoxGuestR3Lib.cpp \ … … 183 184 # 184 185 VBoxGuestR3LibLinux_TEMPLATE = VBOXLNX32GUESTR3LIB 186 VBoxGuestR3LibLinux_CXXFLAGS = -fno-exceptions 185 187 VBoxGuestR3LibLinux_SOURCES = $(VBoxGuestR3Lib_SOURCES) 186 188 VBoxGuestR3LibLinux_DEFS = VBOX_HGCM -
trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibVideo.cpp
r6565 r6587 143 143 if (RT_SUCCESS(rc)) 144 144 { 145 rc = Req.header.rc; 146 } 147 if (RT_SUCCESS(rc)) 148 { 145 149 *pcx = Req.xres; 146 150 *pcy = Req.yres; -
trunk/src/VBox/Additions/x11/xgraphics/vboxutils.c
r6582 r6587 997 997 return FALSE; 998 998 } 999 1000 /** @todo r=bird: This can be eliminated by -fno-exceptions. We just need to fix1001 * the templates... */1002 extern int __gxx_personality_v0;1003 int __gxx_personality_v0 = 0xdeadbeef;
Note:
See TracChangeset
for help on using the changeset viewer.