mirror of
https://github.com/python/cpython.git
synced 2025-07-23 03:05:38 +00:00
Started on GUSI2 and threading support.
This commit is contained in:
parent
5c21420772
commit
2d1306b7cf
16 changed files with 194 additions and 29 deletions
|
@ -54,7 +54,7 @@ PERFORMANCE OF THIS SOFTWARE.
|
|||
#include <TextUtils.h>
|
||||
#include <Dialogs.h>
|
||||
|
||||
#ifdef USE_GUSI
|
||||
#ifdef USE_GUSI1
|
||||
#include <GUSI.h>
|
||||
#endif
|
||||
|
||||
|
@ -444,7 +444,7 @@ PyMac_PreferenceOptions(PyMac_PrefRecord *pr)
|
|||
UseResFile(oldrh);
|
||||
}
|
||||
|
||||
#ifdef USE_GUSI
|
||||
#ifdef USE_GUSI1
|
||||
void
|
||||
PyMac_SetGUSIOptions()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue