Ignore:
Timestamp:
10/24/03 01:05:51 (21 years ago)
Author:
Nicholas Riley
Message:

main.c: replaced error constants with numbers for 10.3+ LaunchServices errors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/launch/launch/main.c

    r146 r148  
    8585    { kLSLaunchInProgressErr, "application is being opened; please try again after the application is open" },
    8686    { kLSNotRegisteredErr, "application not registered in Launch Services database" },
    87     { kLSNoExecutableErr, "application package contains no executable, or an unusable executable" },
    88     { kLSNoClassicEnvironmentErr, "Classic environment required but not available" },
     87    { -10827, "application package contains no executable, or an unusable executable" }, /* kLSNoExecutableErr, not defined in 10.2 */
     88    { -10828, "Classic environment required but not available" }, /* kLSNoClassicEnvironmentErr, not defined in 10.2 */
    8989#ifndef BROKEN_AUTHORIZATION
    9090    // Security framework errors
Note: See TracChangeset for help on using the changeset viewer.