Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 20, 2010, 5:35:10 PM (14 years ago)
Author:
youngk
Message:

Changes to Super.h: Macro collision. Again.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/ois_update/src/libraries/core/PathConfig.cc

    r6417 r7571  
    9595#elif defined(ORXONOX_PLATFORM_APPLE)
    9696        char buffer[1024];
    97         unsigned long path_len = 1023;
     97        uint32_t path_len = 1023;
    9898        if (_NSGetExecutablePath(buffer, &path_len))
    9999            ThrowException(General, "Could not retrieve executable path.");
Note: See TracChangeset for help on using the changeset viewer.