Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
f37577f9
Commit
f37577f9
authored
Mar 20, 2002
by
Jason Rumney
Browse files
(LIBS): Remove $(WSOCK32).
parent
962955c5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
1 deletion
+14
-1
src/ChangeLog
src/ChangeLog
+14
-0
src/makefile.w32-in
src/makefile.w32-in
+0
-1
No files found.
src/ChangeLog
View file @
f37577f9
2002-03-20 Jason Rumney <jasonr@gnu.org>
* w32.c (init_winsock): Dynamically load new server and UDP
socket functions.
(socket_to_fd): New function.
(sys_socket): Use it.
(sys_setsockopt, sys_listen, sys_getsockname, sys_accept)
(sys_recvfrom, sys_sendto): New wrapper functions.
* process.c (QCfamily, QCfilter): Remove duplicate declaration
and initialization.
* makefile.w32-in (LIBS): Remove $(WSOCK32).
2002-03-20 Eli Zaretskii <eliz@is.elta.co.il>
* process.c (conv_sockaddr_to_lisp, conv_lisp_to_sockaddr): Don't
...
...
src/makefile.w32-in
View file @
f37577f9
...
...
@@ -137,7 +137,6 @@ LIBS = $(TLIB0) \
$(GDI32)
\
$(COMDLG32)
\
$(USER32)
\
$(WSOCK32)
\
$(MPR)
\
$(SHELL32)
\
$(libc)
...
...
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