Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Fixed compilation on Mac OS X 10.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Jan 19, 2009
1 parent 2de6ce5 commit 5ab7b26
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/haptic/darwin/SDL_syshaptic.c
Expand Up @@ -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

Expand Down

0 comments on commit 5ab7b26

Please sign in to comment.