Commit cd3d7ccd authored by Jack Jansen's avatar Jack Jansen

PyMac_BuildOptStr255 and PyMac_BuildFSSpec added to exports.

parent b734adef
...@@ -1169,6 +1169,7 @@ PyMac_BuildRect ...@@ -1169,6 +1169,7 @@ PyMac_BuildRect
PyMac_GetRect PyMac_GetRect
PyMac_BuildFSSpec PyMac_BuildFSSpec
PyMac_GetFSSpec PyMac_GetFSSpec
PyMac_BuildOptStr255
PyMac_BuildStr255 PyMac_BuildStr255
PyMac_GetStr255 PyMac_GetStr255
PyMac_BuildNumVersion PyMac_BuildNumVersion
......
...@@ -289,6 +289,7 @@ PyFloat_Type ...@@ -289,6 +289,7 @@ PyFloat_Type
PyFloat_Fini PyFloat_Fini
PyFloat_AsString PyFloat_AsString
PyFloat_AsDouble PyFloat_AsDouble
PyFloat_FromString
PyFloat_FromDouble PyFloat_FromDouble
PyFrame_Type PyFrame_Type
PyFrame_Fini PyFrame_Fini
...@@ -307,6 +308,7 @@ _Py_ZeroStruct ...@@ -307,6 +308,7 @@ _Py_ZeroStruct
_Py_TrueStruct _Py_TrueStruct
PyInt_Type PyInt_Type
PyInt_Fini PyInt_Fini
PyInt_FromString
PyInt_AsLong PyInt_AsLong
PyInt_FromLong PyInt_FromLong
PyInt_GetMax PyInt_GetMax
...@@ -484,6 +486,7 @@ PyMac_GetPythonDir ...@@ -484,6 +486,7 @@ PyMac_GetPythonDir
Py_GetPath Py_GetPath
Py_GetPlatform Py_GetPlatform
PyMac_ConsoleIsDead PyMac_ConsoleIsDead
PyMac_AppearanceCompliant
PyMac_OSErrException PyMac_OSErrException
PyMac_Buildwide PyMac_Buildwide
PyMac_Getwide PyMac_Getwide
...@@ -494,7 +497,9 @@ PyMac_BuildPoint ...@@ -494,7 +497,9 @@ PyMac_BuildPoint
PyMac_GetPoint PyMac_GetPoint
PyMac_BuildRect PyMac_BuildRect
PyMac_GetRect PyMac_GetRect
PyMac_BuildFSSpec
PyMac_GetFSSpec PyMac_GetFSSpec
PyMac_BuildOptStr255
PyMac_BuildStr255 PyMac_BuildStr255
PyMac_GetStr255 PyMac_GetStr255
PyMac_BuildNumVersion PyMac_BuildNumVersion
...@@ -632,6 +637,49 @@ PyBuffer_FromReadWriteMemory ...@@ -632,6 +637,49 @@ PyBuffer_FromReadWriteMemory
PyBuffer_FromMemory PyBuffer_FromMemory
PyBuffer_FromReadWriteObject PyBuffer_FromReadWriteObject
PyBuffer_FromObject 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 uADSPCompletion
__vt__21AppleTalkSocketDomain # AppleTalkSocketDomain::__vt __vt__21AppleTalkSocketDomain # AppleTalkSocketDomain::__vt
__vt__10ADSPSocket # ADSPSocket::__vt __vt__10ADSPSocket # ADSPSocket::__vt
...@@ -1282,8 +1330,6 @@ set_new_handler__3stdFPFv_v # std::set_new_handler(void (*)(void)) ...@@ -1282,8 +1330,6 @@ set_new_handler__3stdFPFv_v # std::set_new_handler(void (*)(void))
__throw_bad_alloc__3stdFv # std::__throw_bad_alloc() __throw_bad_alloc__3stdFv # std::__throw_bad_alloc()
__dt__Q23std9bad_allocFv # std::bad_alloc::~bad_alloc() __dt__Q23std9bad_allocFv # std::bad_alloc::~bad_alloc()
qd qd
__vec_longjmp
longjmp
exit exit
abort abort
__console_exit __console_exit
...@@ -1374,6 +1420,7 @@ __set_idle_proc ...@@ -1374,6 +1420,7 @@ __set_idle_proc
__get_file_modes __get_file_modes
__handle_reopen __handle_reopen
__handle_open __handle_open
__reopen
freopen freopen
fopen fopen
fflush fflush
...@@ -1413,8 +1460,6 @@ memcmp ...@@ -1413,8 +1460,6 @@ memcmp
__memrchr __memrchr
memchr memchr
memset memset
memmove
memcpy
__fill_mem __fill_mem
__copy_longs_rev_unaligned __copy_longs_rev_unaligned
__copy_longs_unaligned __copy_longs_unaligned
...@@ -1459,13 +1504,10 @@ strrchr ...@@ -1459,13 +1504,10 @@ strrchr
strxfrm strxfrm
strcoll strcoll
strchr strchr
strncmp
strcmp
strncat strncat
strcat strcat
strncpy strncpy
strcpy strcpy
strlen
__close_string __close_string
__write_string __write_string
__read_string __read_string
...@@ -1766,32 +1808,3 @@ SIOUXUpdateWindow ...@@ -1766,32 +1808,3 @@ SIOUXUpdateWindow
SIOUXDrawGrowBox SIOUXDrawGrowBox
AdjustText AdjustText
SIOUXIsAppWindow 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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment