- Timestamp:
- Oct 20, 2010, 5:35:10 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/ois_update/src/libraries/core/PathConfig.cc
r6417 r7571 95 95 #elif defined(ORXONOX_PLATFORM_APPLE) 96 96 char buffer[1024]; 97 u nsigned longpath_len = 1023;97 uint32_t path_len = 1023; 98 98 if (_NSGetExecutablePath(buffer, &path_len)) 99 99 ThrowException(General, "Could not retrieve executable path.");
Note: See TracChangeset
for help on using the changeset viewer.