diff -r ffa851df0825 -r 2fb8b9db1c86 symbian-qemu-0.9.1-12/python-2.6.1/Mac/scripts/mkestrres-macerrors.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/symbian-qemu-0.9.1-12/python-2.6.1/Mac/scripts/mkestrres-macerrors.h Fri Jul 31 15:01:17 2009 +0100 @@ -0,0 +1,13 @@ + /* Errors from InternetConfig.h */ + icPrefNotFoundErr = -666, /* Internet preference not found */ + icPermErr = -667, /* cannot set preference */ + icPrefDataErr = -668, /* problem with preference data */ + icInternalErr = -669, /* Internet Config internal error */ + icTruncatedErr = -670, /* more data was present than was returned */ + icNoMoreWritersErr = -671, /* you cannot begin a write session because someone else is already doing it */ + icNothingToOverrideErr = -672, /* no component for the override component to capture */ + icNoURLErr = -673, /* no URL found */ + icConfigNotFoundErr = -674, /* no internet configuration was found */ + icConfigInappropriateErr = -675, /* incorrect manufacturer code */ + icProfileNotFoundErr = -676, /* profile not found */ + icTooManyProfilesErr = -677 /* too many profiles in database */