Changeset 6991 for trunk/src


Ignore:
Timestamp:
Oct 10, 2001, 7:19:34 PM (24 years ago)
Author:
sandervl
Message:

setsockopt: translate IPPROTO_IP options

Location:
trunk/src/ws2_32
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/ws2_32/makefile

    r6748 r6991  
    1 # $Id: makefile,v 1.3 2001-09-18 16:59:00 phaller Exp $
     1# $Id: makefile,v 1.4 2001-10-10 17:19:33 sandervl Exp $
    22
    33#
     
    2626$(OBJDIR)\initterm.obj \
    2727$(OBJDIR)\socket.obj \
     28$(OBJDIR)\socketodin.obj \
    2829$(OBJDIR)\ioctl.obj \
    2930$(OBJDIR)\ws2_32rsrc.obj \
  • trunk/src/ws2_32/ws2_32.def

    r6748 r6991  
    1 ; $Id: ws2_32.def,v 1.8 2001-09-18 16:59:00 phaller Exp $
     1; $Id: ws2_32.def,v 1.9 2001-10-10 17:19:34 sandervl Exp $
    22
    33;Created by BLAST for IBM's compiler
     
    4343  send                                             = WSOCK32.19
    4444  sendto                                           = WSOCK32.20
    45   setsockopt                                       = WSOCK32.21
    4645  shutdown                                         = WSOCK32.22
    4746  socket                                           = WSOCK32.23
     
    7069  send                                             @19
    7170  sendto                                           @20
    72   setsockopt                                       @21
     71  setsockopt = _WS2setsockopt@20                   @21
    7372  shutdown                                         @22
    7473  socket                                           @23
Note: See TracChangeset for help on using the changeset viewer.