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
f6f3c4aa
Kaydet (Commit)
f6f3c4aa
authored
Kas 03, 2010
tarafından
Kristján Valur Jónsson
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
issue 10295
Make selectmodule.c use winsock2 like socketmodule does.
üst
4eb2b285
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
9 deletions
+9
-9
selectmodule.c
Modules/selectmodule.c
+1
-1
select.vcproj
PCbuild/select.vcproj
+8
-8
No files found.
Modules/selectmodule.c
Dosyayı görüntüle @
f6f3c4aa
...
...
@@ -47,7 +47,7 @@ extern void bzero(void *, int);
#endif
#ifdef MS_WINDOWS
# include <winsock.h>
# include <winsock
2
.h>
#else
# define SOCKET int
# ifdef __BEOS__
...
...
PCbuild/select.vcproj
Dosyayı görüntüle @
f6f3c4aa
...
...
@@ -54,7 +54,7 @@
/>
<Tool
Name=
"VCLinkerTool"
AdditionalDependencies=
"ws
ock
32.lib"
AdditionalDependencies=
"ws
2_
32.lib"
IgnoreDefaultLibraryNames=
"libc"
BaseAddress=
"0x1D110000"
/>
...
...
@@ -116,7 +116,7 @@
/>
<Tool
Name=
"VCLinkerTool"
AdditionalDependencies=
"ws
ock
32.lib"
AdditionalDependencies=
"ws
2_
32.lib"
IgnoreDefaultLibraryNames=
"libc"
BaseAddress=
"0x1D110000"
/>
...
...
@@ -178,7 +178,7 @@
/>
<Tool
Name=
"VCLinkerTool"
AdditionalDependencies=
"ws
ock
32.lib"
AdditionalDependencies=
"ws
2_
32.lib"
IgnoreDefaultLibraryNames=
"libc"
BaseAddress=
"0x1D110000"
/>
...
...
@@ -241,7 +241,7 @@
/>
<Tool
Name=
"VCLinkerTool"
AdditionalDependencies=
"ws
ock
32.lib"
AdditionalDependencies=
"ws
2_
32.lib"
IgnoreDefaultLibraryNames=
"libc"
BaseAddress=
"0x1D110000"
/>
...
...
@@ -303,7 +303,7 @@
/>
<Tool
Name=
"VCLinkerTool"
AdditionalDependencies=
"ws
ock
32.lib"
AdditionalDependencies=
"ws
2_
32.lib"
IgnoreDefaultLibraryNames=
"libc"
BaseAddress=
"0x1D110000"
/>
...
...
@@ -366,7 +366,7 @@
/>
<Tool
Name=
"VCLinkerTool"
AdditionalDependencies=
"ws
ock
32.lib"
AdditionalDependencies=
"ws
2_
32.lib"
IgnoreDefaultLibraryNames=
"libc"
BaseAddress=
"0x1D110000"
TargetMachine=
"17"
...
...
@@ -429,7 +429,7 @@
/>
<Tool
Name=
"VCLinkerTool"
AdditionalDependencies=
"ws
ock
32.lib"
AdditionalDependencies=
"ws
2_
32.lib"
IgnoreDefaultLibraryNames=
"libc"
BaseAddress=
"0x1D110000"
/>
...
...
@@ -492,7 +492,7 @@
/>
<Tool
Name=
"VCLinkerTool"
AdditionalDependencies=
"ws
ock
32.lib"
AdditionalDependencies=
"ws
2_
32.lib"
IgnoreDefaultLibraryNames=
"libc"
BaseAddress=
"0x1D110000"
TargetMachine=
"17"
...
...
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