Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
de078696
Commit
de078696
authored
Jan 23, 2000
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Moved winsock implementation to dlls/winsock.
parent
bade58f2
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
28 additions
and
5 deletions
+28
-5
Makefile.in
Makefile.in
+2
-0
configure
configure
+2
-0
configure.in
configure.in
+1
-0
Makefile.in
dlls/Makefile.in
+1
-0
.cvsignore
dlls/winsock/.cvsignore
+3
-0
Makefile.in
dlls/winsock/Makefile.in
+18
-0
async.c
dlls/winsock/async.c
+0
-0
socket.c
dlls/winsock/socket.c
+0
-0
winsock.spec
dlls/winsock/winsock.spec
+0
-0
wsock32.spec
dlls/winsock/wsock32.spec
+0
-0
Makefile.in
if1632/Makefile.in
+0
-1
Makefile.in
misc/Makefile.in
+0
-2
Makefile.in
relay32/Makefile.in
+1
-2
No files found.
Makefile.in
View file @
de078696
...
@@ -78,6 +78,7 @@ LIBSUBDIRS = \
...
@@ -78,6 +78,7 @@ LIBSUBDIRS = \
dlls/winmm/midimap
\
dlls/winmm/midimap
\
dlls/winmm/wavemap
\
dlls/winmm/wavemap
\
dlls/winmm/wineoss
\
dlls/winmm/wineoss
\
dlls/winsock
\
dlls/winspool
\
dlls/winspool
\
dlls/wnaspi32
\
dlls/wnaspi32
\
files
\
files
\
...
@@ -192,6 +193,7 @@ LIBOBJS = \
...
@@ -192,6 +193,7 @@ LIBOBJS = \
dlls/winmm/midimap/midimap.drv.o
\
dlls/winmm/midimap/midimap.drv.o
\
dlls/winmm/wavemap/msacm.drv.o
\
dlls/winmm/wavemap/msacm.drv.o
\
dlls/winmm/wineoss/wineoss.drv.o
\
dlls/winmm/wineoss/wineoss.drv.o
\
dlls/winsock/winsock.o
\
dlls/winspool/winspool.o
\
dlls/winspool/winspool.o
\
dlls/wnaspi32/wnaspi32.o
\
dlls/wnaspi32/wnaspi32.o
\
files/files.o
\
files/files.o
\
...
...
configure
View file @
de078696
...
@@ -6122,6 +6122,7 @@ dlls/winmm/mciwave/Makefile
...
@@ -6122,6 +6122,7 @@ dlls/winmm/mciwave/Makefile
dlls/winmm/midimap/Makefile
dlls/winmm/midimap/Makefile
dlls/winmm/wavemap/Makefile
dlls/winmm/wavemap/Makefile
dlls/winmm/wineoss/Makefile
dlls/winmm/wineoss/Makefile
dlls/winsock/Makefile
dlls/winspool/Makefile
dlls/winspool/Makefile
dlls/wnaspi32/Makefile
dlls/wnaspi32/Makefile
documentation/Makefile
documentation/Makefile
...
@@ -6332,6 +6333,7 @@ dlls/winmm/mciwave/Makefile
...
@@ -6332,6 +6333,7 @@ dlls/winmm/mciwave/Makefile
dlls/winmm/midimap/Makefile
dlls/winmm/midimap/Makefile
dlls/winmm/wavemap/Makefile
dlls/winmm/wavemap/Makefile
dlls/winmm/wineoss/Makefile
dlls/winmm/wineoss/Makefile
dlls/winsock/Makefile
dlls/winspool/Makefile
dlls/winspool/Makefile
dlls/wnaspi32/Makefile
dlls/wnaspi32/Makefile
documentation/Makefile
documentation/Makefile
...
...
configure.in
View file @
de078696
...
@@ -950,6 +950,7 @@ dlls/winmm/mciwave/Makefile
...
@@ -950,6 +950,7 @@ dlls/winmm/mciwave/Makefile
dlls/winmm/midimap/Makefile
dlls/winmm/midimap/Makefile
dlls/winmm/wavemap/Makefile
dlls/winmm/wavemap/Makefile
dlls/winmm/wineoss/Makefile
dlls/winmm/wineoss/Makefile
dlls/winsock/Makefile
dlls/winspool/Makefile
dlls/winspool/Makefile
dlls/wnaspi32/Makefile
dlls/wnaspi32/Makefile
documentation/Makefile
documentation/Makefile
...
...
dlls/Makefile.in
View file @
de078696
...
@@ -38,6 +38,7 @@ SUBDIRS = \
...
@@ -38,6 +38,7 @@ SUBDIRS = \
windebug
\
windebug
\
wing
\
wing
\
winmm
\
winmm
\
winsock
\
winspool
\
winspool
\
wnaspi32
wnaspi32
...
...
dlls/winsock/.cvsignore
0 → 100644
View file @
de078696
Makefile
*.spec.c
*.spec.glue.s
dlls/winsock/Makefile.in
0 → 100644
View file @
de078696
DEFS
=
@DLLFLAGS@
-D__WINE__
TOPSRCDIR
=
@top_srcdir@
TOPOBJDIR
=
../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
MODULE
=
winsock
SPEC_SRCS
=
winsock.spec wsock32.spec
C_SRCS
=
\
async.c
\
socket.c
all
:
$(MODULE).o
@MAKE_RULES@
### Dependencies:
misc/winsock_
async.c
→
dlls/winsock/
async.c
View file @
de078696
File moved
misc/winsock
.c
→
dlls/winsock/socket
.c
View file @
de078696
File moved
if1632
/winsock.spec
→
dlls/winsock
/winsock.spec
View file @
de078696
File moved
relay32
/wsock32.spec
→
dlls/winsock
/wsock32.spec
View file @
de078696
File moved
if1632/Makefile.in
View file @
de078696
...
@@ -20,7 +20,6 @@ SPEC_SRCS = \
...
@@ -20,7 +20,6 @@ SPEC_SRCS = \
toolhelp.spec
\
toolhelp.spec
\
user.spec
\
user.spec
\
wineps.spec
\
wineps.spec
\
winsock.spec
\
wprocs.spec
wprocs.spec
C_SRCS
=
\
C_SRCS
=
\
...
...
misc/Makefile.in
View file @
de078696
...
@@ -26,8 +26,6 @@ C_SRCS = \
...
@@ -26,8 +26,6 @@ C_SRCS = \
tweak.c
\
tweak.c
\
version.c
\
version.c
\
w32scomb.c
\
w32scomb.c
\
winsock.c
\
winsock_async.c
\
wsprintf.c
\
wsprintf.c
\
xmalloc.c
xmalloc.c
...
...
relay32/Makefile.in
View file @
de078696
...
@@ -11,8 +11,7 @@ SPEC_SRCS = \
...
@@ -11,8 +11,7 @@ SPEC_SRCS = \
gdi32.spec
\
gdi32.spec
\
kernel32.spec
\
kernel32.spec
\
user32.spec
\
user32.spec
\
wow32.spec
\
wow32.spec
wsock32.spec
C_SRCS
=
\
C_SRCS
=
\
builtin32.c
\
builtin32.c
\
...
...
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