Changeset 7514 for code/branches/ois_update/src/OrxonoxConfig.h.in
- Timestamp:
- Oct 9, 2010, 3:36:51 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/ois_update/src/OrxonoxConfig.h.in
r7401 r7514 158 158 #endif 159 159 160 #cmakedefine HAVE_STDINT_H 161 #ifdef HAVE_STDINT_H 160 // On OS X some headers already define HAVE_STDINT_H and that spits out 161 // some warnings. Therefore we use this syntax. 162 // Note: This requires some extra code in OrxonoxConfig.cmake 163 #if @HAVE_STDINT_H@ 162 164 # include <stdint.h> 163 165 #elif defined(ORXONOX_COMPILER_MSVC)
Note: See TracChangeset
for help on using the changeset viewer.