OSDN Git Service

2002-08-26 Bart Oldeman <bart.oldeman@btinternet.com>
authordannysmith <dannysmith>
Mon, 26 Aug 2002 23:33:16 +0000 (23:33 +0000)
committerdannysmith <dannysmith>
Mon, 26 Aug 2002 23:33:16 +0000 (23:33 +0000)
commit489dff9c748fed7e52cb60d21fa2e6bff3575b09
tree697eb01e296c77fbd7f082a9cb1284fd2787a2ed
parent7648fc753922c63e484d3967fbf91f7d690e1bdb
2002-08-26  Bart Oldeman  <bart.oldeman@btinternet.com>

* include/winsock2.h (SOCKET_ADDRESS): Define if
__CSADDR_T_DEFINED is not defined (copied from nspapi.h)
(CSADDR_INFO): Ditto.
(nspapi.h) : Don't include. Removed FIXME comment.
* include/nspapi.h (SOCKET_ADDRESS) Only define if
__CSADDR_T_DEFINED is not defined.
(CSADDR_INFO): Ditto.
(BLOB): Added structure and typedef if not already defined.
(NS_*): Add defines.
(SERVICE_*): Ditto.
(SERVICE_ADDRESS): Add structure and typedefs.
  (SERVICE_ADDRESSES): Ditto.
(SERVICE_INFO[AW]): Ditto, and add UNICODE mappings.
(LPSERVICE_ASYNC_INFO): Add typedef.
(SetService[AW], GetAddressByName[AW]): Add prototypes and UNICODE
mappings.
* include/wsipx.h: New file.
* include/svcguid.h: New file.
* lib/test.c: Include wspix.h and svcguid.h.
winsup/w32api/ChangeLog
winsup/w32api/include/nspapi.h
winsup/w32api/include/svcguid.h [new file with mode: 0644]
winsup/w32api/include/winsock2.h
winsup/w32api/include/wsipx.h [new file with mode: 0644]
winsup/w32api/lib/test.c