mirror of
https://github.com/yawut/SDL.git
synced 2026-04-11 19:45:02 -05:00
Fixed compilation on Mac OS X 10.3.9
This commit is contained in:
parent
e5150da328
commit
874db0663d
|
|
@ -35,6 +35,9 @@
|
|||
#include <ForceFeedback/ForceFeedback.h>
|
||||
#include <ForceFeedback/ForceFeedbackConstants.h>
|
||||
|
||||
#ifndef IO_OBJECT_NULL
|
||||
#define IO_OBJECT_NULL ((io_service_t)0)
|
||||
#endif
|
||||
|
||||
#define MAX_HAPTICS 32
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user