comparison src/haptic/darwin/SDL_syshaptic.c @ 3048:b717ce4dfe36

Fixed compilation on Mac OS X 10.3.9
author Sam Lantinga <slouken@libsdl.org>
date Mon, 19 Jan 2009 15:15:03 +0000
parents 8cc00819c8d6
children
comparison
equal deleted inserted replaced
3047:4c092987234b 3048:b717ce4dfe36
33 #include <IOKit/hid/IOHIDKeys.h> 33 #include <IOKit/hid/IOHIDKeys.h>
34 #include <IOKit/hid/IOHIDUsageTables.h> 34 #include <IOKit/hid/IOHIDUsageTables.h>
35 #include <ForceFeedback/ForceFeedback.h> 35 #include <ForceFeedback/ForceFeedback.h>
36 #include <ForceFeedback/ForceFeedbackConstants.h> 36 #include <ForceFeedback/ForceFeedbackConstants.h>
37 37
38 #ifndef IO_OBJECT_NULL
39 #define IO_OBJECT_NULL ((io_service_t)0)
40 #endif
38 41
39 #define MAX_HAPTICS 32 42 #define MAX_HAPTICS 32
40 43
41 44
42 /* 45 /*