Skip to content
Snippets Groups Projects
Commit 3a72408e authored by rswindell's avatar rswindell
Browse files

Added sockwrap object (for socket_check).

parent 6813811d
No related branches found
No related tags found
No related merge requests found
......@@ -100,4 +100,5 @@ OBJS = $(LIBODIR)$(SLASH)ansiterm.$(OFILE)\
$(LIBODIR)$(SLASH)genwrap.$(OFILE)\
$(LIBODIR)$(SLASH)dirwrap.$(OFILE)\
$(LIBODIR)$(SLASH)filewrap.$(OFILE)\
$(LIBODIR)$(SLASH)threadwrap.$(OFILE)
$(LIBODIR)$(SLASH)threadwrap.$(OFILE)\
$(LIBODIR)$(SLASH)sockwrap.$(OFILE)
......@@ -402,6 +402,10 @@ SOURCE=.\sockopts.c
# End Source File
# Begin Source File
SOURCE=..\xpdev\sockwrap.c
# End Source File
# Begin Source File
SOURCE=.\sortdir.cpp
# End Source File
# Begin Source File
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment