Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 23, 2009, 12:45:46 AM (15 years ago)
Author:
rgrieder
Message:

OIS build fix for linux.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/resource2/src/ois/linux/EventHelpers.cpp

    r5668 r5669  
    3434#ifdef OIS_LINUX_JOY_DEBUG
    3535# include <iostream>
     36#endif
     37
     38// Fixes for missing macros in input.h
     39#ifndef FF_EFFECT_MIN
     40#define FF_EFFECT_MIN FF_RUMBLE
     41#endif
     42#ifndef FF_EFFECT_MAX
     43#define FF_EFFECT_MAX FF_RAMP
     44#endif
     45#ifndef FF_WAVEFORM_MIN
     46#define FF_WAVEFORM_MIN FF_SQUARE
     47#endif
     48#ifndef FF_WAVEFORM_MAX
     49#define FF_WAVEFORM_MAX FF_CUSTOM
    3650#endif
    3751
Note: See TracChangeset for help on using the changeset viewer.