Changeset 5858
- Timestamp:
- 11/28/07 09:51:55 (1 year ago)
- Files:
-
- trunk/src/VBox/Additions/linux/xmouse/xorg14/mouse.c (modified) (1 diff)
- trunk/src/VBox/Additions/linux/xmouse/xorg71/mouse.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/VBox/Additions/linux/xmouse/xorg14/mouse.c
r5188 r5858 59 59 * and to help limited dexterity persons 60 60 */ 61 62 #ifdef VBOX 63 /* this is necessary to prevent redirecting sscanf to isoc99_sscanf which is 64 * glibc 2.7++ only */ 65 #define _GNU_SOURCE 66 #endif 61 67 62 68 #ifdef XFree86LOADER trunk/src/VBox/Additions/linux/xmouse/xorg71/mouse.c
r4071 r5858 59 59 * and to help limited dexterity persons 60 60 */ 61 62 #ifdef VBOX 63 /* this is necessary to prevent redirecting sscanf to isoc99_sscanf which is 64 * glibc 2.7++ only */ 65 #define _GNU_SOURCE 66 #endif 61 67 62 68 #ifdef XFree86LOADER

