Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 8, 2011, 6:27:31 AM (13 years ago)
Author:
rgrieder
Message:

Simplified a workaround.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/mac_osx/src/OrxonoxConfig.h.in

    r7621 r8045  
    162162
    163163// On OS X some headers already define HAVE_STDINT_H and that spits out
    164 // some warnings. Therefore we use this syntax.
     164// some warnings. Therefore we use this macro.
    165165// Note: This requires some extra code in OrxonoxConfig.cmake
    166 #if @HAVE_STDINT_H@
     166#cmakedefine ORX_HAVE_STDINT_H
     167#ifdef ORX_HAVE_STDINT_H
    167168#  include <stdint.h>
    168169#elif defined(ORXONOX_COMPILER_MSVC)
Note: See TracChangeset for help on using the changeset viewer.