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
eaf3c9be
Kaydet (Commit)
eaf3c9be
authored
Agu 15, 1997
tarafından
Jack Jansen
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Added #include <string.h> for memcpy()
üst
69b43ed5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
Resmodule.c
Mac/Modules/res/Resmodule.c
+1
-0
ressupport.py
Mac/Modules/res/ressupport.py
+1
-0
No files found.
Mac/Modules/res/Resmodule.c
Dosyayı görüntüle @
eaf3c9be
...
@@ -43,6 +43,7 @@ extern int BMObj_Convert(PyObject *, BitMapPtr *);
...
@@ -43,6 +43,7 @@ extern int BMObj_Convert(PyObject *, BitMapPtr *);
extern
PyObject
*
WinObj_WhichWindow
(
WindowPtr
);
extern
PyObject
*
WinObj_WhichWindow
(
WindowPtr
);
#include <Resources.h>
#include <Resources.h>
#include <string.h>
#define resNotFound -192
/* Can't include <Errors.h> because of Python's "errors.h" */
#define resNotFound -192
/* Can't include <Errors.h> because of Python's "errors.h" */
...
...
Mac/Modules/res/ressupport.py
Dosyayı görüntüle @
eaf3c9be
...
@@ -25,6 +25,7 @@ class ResMethod(ResMixIn, MethodGenerator): pass
...
@@ -25,6 +25,7 @@ class ResMethod(ResMixIn, MethodGenerator): pass
includestuff
=
includestuff
+
"""
includestuff
=
includestuff
+
"""
#include <Resources.h>
#include <Resources.h>
#include <string.h>
#define resNotFound -192 /* Can't include <Errors.h> because of Python's "errors.h" */
#define resNotFound -192 /* Can't include <Errors.h> because of Python's "errors.h" */
"""
"""
...
...
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