mirror of
https://github.com/python/cpython.git
synced 2025-10-31 21:51:50 +00:00
Changed for the new preference resource version.
This commit is contained in:
parent
31e2d7354f
commit
e4d7b5e626
1 changed files with 6 additions and 4 deletions
|
|
@ -71,9 +71,10 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
#define OPT_KEEPNORMAL 8
|
#define OPT_KEEPNORMAL 8
|
||||||
#define OPT_KEEPERROR 9
|
#define OPT_KEEPERROR 9
|
||||||
#define OPT_CMDLINE 10
|
#define OPT_CMDLINE 10
|
||||||
#define OPT_OLDEXC 13
|
#define OPT_TABWARN 13
|
||||||
#define OPT_NOSITE 14
|
#define OPT_NOSITE 14
|
||||||
#define OPT_HELP 16
|
#define OPT_HELP 15
|
||||||
|
#define OPT_NONAVSERV 16
|
||||||
|
|
||||||
/* Dialog for 'No preferences directory' */
|
/* Dialog for 'No preferences directory' */
|
||||||
#define NOPREFDIR_ID BASE_ID+5
|
#define NOPREFDIR_ID BASE_ID+5
|
||||||
|
|
@ -143,7 +144,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
#define POPT_KEEPERR 6
|
#define POPT_KEEPERR 6
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define POPT_VERSION_CURRENT 4 /* Current version number */
|
#define POPT_VERSION_CURRENT 5 /* Current version number */
|
||||||
|
|
||||||
#ifndef rez
|
#ifndef rez
|
||||||
typedef struct PyMac_PrefRecord {
|
typedef struct PyMac_PrefRecord {
|
||||||
|
|
@ -157,8 +158,9 @@ typedef struct PyMac_PrefRecord {
|
||||||
unsigned char keep_error;
|
unsigned char keep_error;
|
||||||
unsigned char nointopt;
|
unsigned char nointopt;
|
||||||
unsigned char noargs;
|
unsigned char noargs;
|
||||||
unsigned char oldexc;
|
unsigned char tabwarn;
|
||||||
unsigned char nosite;
|
unsigned char nosite;
|
||||||
|
unsigned char nonavservice;
|
||||||
} PyMac_PrefRecord;
|
} PyMac_PrefRecord;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue