Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
2cecd411
Kaydet (Commit)
2cecd411
authored
Eyl 14, 2000
tarafından
Jack Jansen
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Added Qdoffs and (optionally) icglue modules.
üst
68f9d95c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
macconfig.c
Mac/Modules/macconfig.c
+8
-0
No files found.
Mac/Modules/macconfig.c
Dosyayı görüntüle @
2cecd411
...
@@ -91,6 +91,9 @@ extern void initmacspeech();
...
@@ -91,6 +91,9 @@ extern void initmacspeech();
extern
void
initmacdnr
();
extern
void
initmacdnr
();
extern
void
initmactcp
();
extern
void
initmactcp
();
#endif
#endif
#ifdef USE_IC
extern
void
initicglue
();
#endif
#ifdef USE_TOOLBOX
#ifdef USE_TOOLBOX
#ifndef USE_CORE_TOOLBOX
#ifndef USE_CORE_TOOLBOX
#define USE_CORE_TOOLBOX
#define USE_CORE_TOOLBOX
...
@@ -100,6 +103,7 @@ extern void initFm();
...
@@ -100,6 +103,7 @@ extern void initFm();
extern
void
initHelp
();
extern
void
initHelp
();
extern
void
initIcn
();
extern
void
initIcn
();
extern
void
initList
();
extern
void
initList
();
extern
void
initQdoffs
();
extern
void
initSnd
();
extern
void
initSnd
();
extern
void
initSndihooks
();
extern
void
initSndihooks
();
extern
void
initScrap
();
extern
void
initScrap
();
...
@@ -213,6 +217,9 @@ struct _inittab _PyImport_Inittab[] = {
...
@@ -213,6 +217,9 @@ struct _inittab _PyImport_Inittab[] = {
{
"macdnr"
,
initmacdnr
},
{
"macdnr"
,
initmacdnr
},
{
"mactcp"
,
initmactcp
},
{
"mactcp"
,
initmactcp
},
#endif
#endif
#ifdef USE_IC
{
"icglue"
,
initicglue
},
#endif
#ifdef USE_CORE_TOOLBOX
#ifdef USE_CORE_TOOLBOX
{
"AE"
,
initAE
},
{
"AE"
,
initAE
},
{
"Ctl"
,
initCtl
},
{
"Ctl"
,
initCtl
},
...
@@ -229,6 +236,7 @@ struct _inittab _PyImport_Inittab[] = {
...
@@ -229,6 +236,7 @@ struct _inittab _PyImport_Inittab[] = {
{
"Fm"
,
initFm
},
{
"Fm"
,
initFm
},
{
"Icn"
,
initIcn
},
{
"Icn"
,
initIcn
},
{
"List"
,
initList
},
{
"List"
,
initList
},
{
"Qdoffs"
,
initQdoffs
},
{
"Snd"
,
initSnd
},
{
"Snd"
,
initSnd
},
{
"Sndihooks"
,
initSndihooks
},
{
"Sndihooks"
,
initSndihooks
},
#if !TARGET_API_MAC_CARBON_NOTYET
#if !TARGET_API_MAC_CARBON_NOTYET
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment