Changeset 8070 for code/branches/mac_osx/src/external/ois/win32
- Timestamp:
- Mar 13, 2011, 11:30:29 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/mac_osx/src/external/ois/win32/Win32JoyStick.cpp
r8069 r8070 26 26 #include "OISEvents.h" 27 27 #include "OISException.h" 28 29 // (Orxonox): Required for MinGW to compile properly 30 #ifdef __MINGW32__ 31 # include <oaidl.h> 32 # ifndef __MINGW_EXTENSION 33 # define __MINGW_EXTENSION __extension__ 34 # endif 35 #endif 28 36 29 37 #include <cassert>
Note: See TracChangeset
for help on using the changeset viewer.