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
37249c55
Kaydet (Commit)
37249c55
authored
Kas 19, 2003
tarafından
Jack Jansen
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
WITHOUT_FRAMEWORKS conditional code bites the dust: this was for
pre-carbon MacOS9 support.
üst
f387e2d1
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
0 additions
and
50 deletions
+0
-50
pymactoolbox.h
Include/pymactoolbox.h
+0
-17
ColorPickermodule.c
Mac/Modules/ColorPickermodule.c
+0
-4
Nav.c
Mac/Modules/Nav.c
+0
-4
OSATerminology.c
Mac/Modules/OSATerminology.c
+0
-4
gestaltmodule.c
Mac/Modules/gestaltmodule.c
+0
-5
icgluemodule.c
Mac/Modules/icgluemodule.c
+0
-4
macosmodule.c
Mac/Modules/macosmodule.c
+0
-8
mactoolboxglue.c
Python/mactoolboxglue.c
+0
-4
No files found.
Include/pymactoolbox.h
Dosyayı görüntüle @
37249c55
...
...
@@ -7,25 +7,8 @@
extern
"C"
{
#endif
#ifdef WITHOUT_FRAMEWORKS
#include <Memory.h>
#include <Dialogs.h>
#include <Menus.h>
#include <Controls.h>
#include <Components.h>
#include <Lists.h>
#include <Movies.h>
#include <Errors.h>
#include <CFBase.h>
#include <CFArray.h>
#include <CFData.h>
#include <CFDictionary.h>
#include <CFString.h>
#include <CFURL.h>
#else
#include <Carbon/Carbon.h>
#include <QuickTime/QuickTime.h>
#endif
/*
** Helper routines for error codes and such.
...
...
Mac/Modules/ColorPickermodule.c
Dosyayı görüntüle @
37249c55
...
...
@@ -21,11 +21,7 @@ PERFORMANCE OF THIS SOFTWARE.
******************************************************************/
#ifdef WITHOUT_FRAMEWORKS
#include <ColorPicker.h>
#else
#include <Carbon/Carbon.h>
#endif
#include "Python.h"
#include "macglue.h"
#include "pymactoolbox.h"
...
...
Mac/Modules/Nav.c
Dosyayı görüntüle @
37249c55
...
...
@@ -32,11 +32,7 @@ PERFORMANCE OF THIS SOFTWARE.
#include "Python.h"
#include "macglue.h"
#include "pymactoolbox.h"
#ifdef WITHOUT_FRAMEWORKS
#include <Navigation.h>
#else
#include <Carbon/Carbon.h>
#endif
static
PyObject
*
ErrorObject
;
...
...
Mac/Modules/OSATerminology.c
Dosyayı görüntüle @
37249c55
...
...
@@ -9,11 +9,7 @@
#include "Python.h"
#include "macglue.h"
#ifdef WITHOUT_FRAMEWORKS
#include <OpenScripting.h>
#else
#include <Carbon/Carbon.h>
#endif
static
PyObject
*
PyOSA_GetAppTerminology
(
PyObject
*
self
,
PyObject
*
args
)
...
...
Mac/Modules/gestaltmodule.c
Dosyayı görüntüle @
37249c55
...
...
@@ -27,12 +27,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#include "Python.h"
#include "macglue.h"
#ifdef WITHOUT_FRAMEWORKS
#include <Types.h>
#include <Gestalt.h>
#else
#include <Carbon/Carbon.h>
#endif
static
PyObject
*
gestalt_gestalt
(
PyObject
*
self
,
PyObject
*
args
)
...
...
Mac/Modules/icgluemodule.c
Dosyayı görüntüle @
37249c55
...
...
@@ -34,11 +34,7 @@ PERFORMANCE OF THIS SOFTWARE.
extern
int
ResObj_Convert
(
PyObject
*
,
Handle
*
);
/* From Resmodule.c */
#ifdef WITHOUT_FRAMEWORKS
#include <InternetConfig.h>
#else
#include <Carbon/Carbon.h>
#endif
static
PyObject
*
ErrorObject
;
...
...
Mac/Modules/macosmodule.c
Dosyayı görüntüle @
37249c55
...
...
@@ -28,16 +28,8 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#include "macglue.h"
#include "pythonresources.h"
#ifdef WITHOUT_FRAMEWORKS
#include <Windows.h>
#include <Files.h>
#include <LowMem.h>
#include <Sound.h>
#include <Events.h>
#else
#include <Carbon/Carbon.h>
#include <ApplicationServices/ApplicationServices.h>
#endif
static
PyObject
*
MacOS_Error
;
/* Exception MacOS.Error */
...
...
Python/mactoolboxglue.c
Dosyayı görüntüle @
37249c55
...
...
@@ -26,10 +26,6 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#include "Python.h"
#include "pymactoolbox.h"
#ifdef WITHOUT_FRAMEWORKS
#include <Script.h>
#include <Resources.h>
#endif
/*
** Find out what the current script is.
...
...
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