PyMac_BuildOptStr255 and PyMac_BuildFSSpec added to exports.

This commit is contained in:
Jack Jansen 1999-12-17 23:00:49 +00:00
parent b734adef4b
commit cd3d7ccd4f
2 changed files with 50 additions and 36 deletions

View file

@ -1169,6 +1169,7 @@ PyMac_BuildRect
PyMac_GetRect
PyMac_BuildFSSpec
PyMac_GetFSSpec
PyMac_BuildOptStr255
PyMac_BuildStr255
PyMac_GetStr255
PyMac_BuildNumVersion

View file

@ -289,6 +289,7 @@ PyFloat_Type
PyFloat_Fini
PyFloat_AsString
PyFloat_AsDouble
PyFloat_FromString
PyFloat_FromDouble
PyFrame_Type
PyFrame_Fini
@ -307,6 +308,7 @@ _Py_ZeroStruct
_Py_TrueStruct
PyInt_Type
PyInt_Fini
PyInt_FromString
PyInt_AsLong
PyInt_FromLong
PyInt_GetMax
@ -484,6 +486,7 @@ PyMac_GetPythonDir
Py_GetPath
Py_GetPlatform
PyMac_ConsoleIsDead
PyMac_AppearanceCompliant
PyMac_OSErrException
PyMac_Buildwide
PyMac_Getwide
@ -494,7 +497,9 @@ PyMac_BuildPoint
PyMac_GetPoint
PyMac_BuildRect
PyMac_GetRect
PyMac_BuildFSSpec
PyMac_GetFSSpec
PyMac_BuildOptStr255
PyMac_BuildStr255
PyMac_GetStr255
PyMac_BuildNumVersion
@ -632,6 +637,49 @@ PyBuffer_FromReadWriteMemory
PyBuffer_FromMemory
PyBuffer_FromReadWriteObject
PyBuffer_FromObject
atan
atan2
memmove
memcpy
pow
exp
log
log10
sqrt
strcmp
strlen
strncmp
sin
cos
atan_d_d
atan2_d_dd
atan_d_pd
atan2_d_pdpd
atan_r_r
atan2_r_rr
atan_r_pr
atan2_r_prpr
power_d_dd
exp_d_d
exp_d_pd
exp_r_r
exp_r_pr
log_d_d
log_d_pd
log10_d_d
log10_d_pd
sqrt_d_d
sqrt_d_pd
sqrt_r_r
sqrt_r_pr
sin_d_d
sin_d_pd
sin_r_r
sin_r_pr
cos_d_d
cos_d_pd
cos_r_r
cos_r_pr
uADSPCompletion
__vt__21AppleTalkSocketDomain # AppleTalkSocketDomain::__vt
__vt__10ADSPSocket # ADSPSocket::__vt
@ -1282,8 +1330,6 @@ set_new_handler__3stdFPFv_v # std::set_new_handler(void (*)(void))
__throw_bad_alloc__3stdFv # std::__throw_bad_alloc()
__dt__Q23std9bad_allocFv # std::bad_alloc::~bad_alloc()
qd
__vec_longjmp
longjmp
exit
abort
__console_exit
@ -1374,6 +1420,7 @@ __set_idle_proc
__get_file_modes
__handle_reopen
__handle_open
__reopen
freopen
fopen
fflush
@ -1413,8 +1460,6 @@ memcmp
__memrchr
memchr
memset
memmove
memcpy
__fill_mem
__copy_longs_rev_unaligned
__copy_longs_unaligned
@ -1459,13 +1504,10 @@ strrchr
strxfrm
strcoll
strchr
strncmp
strcmp
strncat
strcat
strncpy
strcpy
strlen
__close_string
__write_string
__read_string
@ -1766,32 +1808,3 @@ SIOUXUpdateWindow
SIOUXDrawGrowBox
AdjustText
SIOUXIsAppWindow
atan_d_d
atan2_d_dd
atan_d_pd
atan2_d_pdpd
atan_r_r
atan2_r_rr
atan_r_pr
atan2_r_prpr
power_d_dd
exp_d_d
exp_d_pd
exp_r_r
exp_r_pr
log_d_d
log_d_pd
log10_d_d
log10_d_pd
sqrt_d_d
sqrt_d_pd
sqrt_r_r
sqrt_r_pr
sin_d_d
sin_d_pd
sin_r_r
sin_r_pr
cos_d_d
cos_d_pd
cos_r_r
cos_r_pr