[DOC][WS2_32][WS2HELP] Fix ws2* paths (#3425)

This commit is contained in:
Serge Gautherie 2021-02-07 22:17:01 +01:00 committed by GitHub
parent 3692b5ff25
commit 682f85ad9f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
46 changed files with 45 additions and 48 deletions

View file

@ -1,7 +1,7 @@
/*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS WinSock 2.2 Library
* FILE: dll/win32/ws2_32_new/inc/ws2_32.h
* FILE: dll/win32/ws2_32/inc/ws2_32.h
* PURPOSE: WinSock 2.2 Main Header
*/

View file

@ -1,7 +1,7 @@
/*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS WinSock 2.2 Library
* FILE: dll/win32/ws2_32_new/inc/ws2_32p.h
* FILE: dll/win32/ws2_32/inc/ws2_32p.h
* PURPOSE: WinSock 2.2 Main Header
*/

View file

@ -1,7 +1,7 @@
/*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS WinSock 2 API
* FILE: dll/win32/ws2_32_new/src/addrconv.c
* FILE: dll/win32/ws2_32/src/addrconv.c
* PURPOSE: Address and Port Conversion Support
* PROGRAMMER: Alex Ionescu (alex@relsoft.net)
*/

View file

@ -1,7 +1,7 @@
/*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS WinSock 2 API
* FILE: dll/win32/ws2_32_new/src/addrinfo.c
* FILE: dll/win32/ws2_32/src/addrinfo.c
* PURPOSE: Protocol-Independent Address Resolution
* PROGRAMMER: Alex Ionescu (alex@relsoft.net)
*/

View file

@ -1,7 +1,7 @@
/*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS WinSock 2 API
* FILE: dll/win32/ws2_32_new/src/async.c
* FILE: dll/win32/ws2_32/src/async.c
* PURPOSE: Async Block Object and Async Thread Management
* PROGRAMMER: Alex Ionescu (alex@relsoft.net)
*/

View file

@ -1,7 +1,7 @@
/*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS WinSock 2 API
* FILE: dll/win32/ws2_32_new/src/bhook.c
* FILE: dll/win32/ws2_32/src/bhook.c
* PURPOSE: Blocking Hook support for 1.x clients
* PROGRAMMER: Alex Ionescu (alex@relsoft.net)
*/

View file

@ -1,7 +1,7 @@
/*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS WinSock 2 API
* FILE: dll/win32/ws2_32_new/src/dcatalog.c
* FILE: dll/win32/ws2_32/src/dcatalog.c
* PURPOSE: Transport Catalog Object
* PROGRAMMER: Alex Ionescu (alex@relsoft.net)
*/

View file

@ -1,7 +1,7 @@
/*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS WinSock 2 API
* FILE: dll/win32/ws2_32_new/src/dcatitem.c
* FILE: dll/win32/ws2_32/src/dcatitem.c
* PURPOSE: Transport Catalog Entry Object
* PROGRAMMER: Alex Ionescu (alex@relsoft.net)
*/

View file

@ -1,7 +1,7 @@
/*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS WinSock 2 API
* FILE: dll/win32/ws2_32_new/src/dllmain.c
* FILE: dll/win32/ws2_32/src/dllmain.c
* PURPOSE: DLL Entrypoint
* PROGRAMMER: Alex Ionescu (alex@relsoft.net)
*/

View file

@ -1,7 +1,7 @@
/*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS WinSock 2 API
* FILE: dll/win32/ws2_32_new/src/dprocess.c
* FILE: dll/win32/ws2_32/src/dprocess.c
* PURPOSE: Process Object
* PROGRAMMER: Alex Ionescu (alex@relsoft.net)
*/

View file

@ -1,7 +1,7 @@
/*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS WinSock 2 API
* FILE: dll/win32/ws2_32_new/src/dprovide.c
* FILE: dll/win32/ws2_32/src/dprovide.c
* PURPOSE: Transport Provider Object
* PROGRAMMER: Alex Ionescu (alex@relsoft.net)
*/

View file

@ -1,7 +1,7 @@
/*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS WinSock 2 API
* FILE: dll/win32/ws2_32_new/src/dsocket.c
* FILE: dll/win32/ws2_32/src/dsocket.c
* PURPOSE: Socket Object
* PROGRAMMER: Alex Ionescu (alex@relsoft.net)
*/

View file

@ -1,7 +1,7 @@
/*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS WinSock 2 API
* FILE: dll/win32/ws2_32_new/src/dthread.c
* FILE: dll/win32/ws2_32/src/dthread.c
* PURPOSE: Thread Object
* PROGRAMMER: Alex Ionescu (alex@relsoft.net)
*/

View file

@ -1,7 +1,7 @@
/*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS WinSock 2 API
* FILE: dll/win32/ws2_32_new/src/dupsock.c
* FILE: dll/win32/ws2_32/src/dupsock.c
* PURPOSE: Socket Duplication
* PROGRAMMER: Alex Ionescu (alex@relsoft.net)
*/

View file

@ -1,7 +1,7 @@
/*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS WinSock 2 API
* FILE: dll/win32/ws2_32_new/src/enumprot.c
* FILE: dll/win32/ws2_32/src/enumprot.c
* PURPOSE: Protocol Enumeration
* PROGRAMMER: Alex Ionescu (alex@relsoft.net)
* Pierre Schweitzer

View file

@ -1,7 +1,7 @@
/*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS WinSock 2 API
* FILE: dll/win32/ws2_32_new/src/event.c
* FILE: dll/win32/ws2_32/src/event.c
* PURPOSE: Socket Events
* PROGRAMMER: Alex Ionescu (alex@relsoft.net)
*/

View file

@ -1,7 +1,7 @@
/*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS WinSock 2 API
* FILE: dll/win32/ws2_32_new/src/getproto.c
* FILE: dll/win32/ws2_32/src/getproto.c
* PURPOSE: GetProtoByY Functions.
* PROGRAMMER: Alex Ionescu (alex@relsoft.net)
*/

View file

@ -1,7 +1,7 @@
/*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS WinSock 2 API
* FILE: dll/win32/ws2_32_new/src/getxbyxx.c
* FILE: dll/win32/ws2_32/src/getxbyxx.c
* PURPOSE: Get X by Y Functions for Name Resolution.
* PROGRAMMER: Alex Ionescu (alex@relsoft.net)
*/

View file

@ -1,7 +1,7 @@
/*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS WinSock 2 API
* FILE: dll/win32/ws2_32_new/src/ioctl.c
* FILE: dll/win32/ws2_32/src/ioctl.c
* PURPOSE: Socket I/O Control Code support.
* PROGRAMMER: Alex Ionescu (alex@relsoft.net)
*/

View file

@ -1,7 +1,7 @@
/*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS WinSock 2 API
* FILE: dll/win32/ws2_32_new/src/nscatalo.c
* FILE: dll/win32/ws2_32/src/nscatalo.c
* PURPOSE: Namespace Catalog Object
* PROGRAMMER: Alex Ionescu (alex@relsoft.net)
*/

View file

@ -1,7 +1,7 @@
/*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS WinSock 2 API
* FILE: dll/win32/ws2_32_new/src/nscatent.c
* FILE: dll/win32/ws2_32/src/nscatent.c
* PURPOSE: Namespace Catalog Entry Object
* PROGRAMMER: Alex Ionescu (alex@relsoft.net)
*/

View file

@ -1,7 +1,7 @@
/*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS WinSock 2 API
* FILE: dll/win32/ws2_32_new/src/nspinstl.c
* FILE: dll/win32/ws2_32/src/nspinstl.c
* PURPOSE: Namespace Provider Installation
* PROGRAMMER: Alex Ionescu (alex@relsoft.net)
*/

View file

@ -1,7 +1,7 @@
/*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS WinSock 2 API
* FILE: dll/win32/ws2_32_new/src/nsprovid.c
* FILE: dll/win32/ws2_32/src/nsprovid.c
* PURPOSE: Namespace Provider Object
* PROGRAMMER: Alex Ionescu (alex@relsoft.net)
*/

View file

@ -1,7 +1,7 @@
/*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS WinSock 2 API
* FILE: dll/win32/ws2_32_new/src/nsquery.c
* FILE: dll/win32/ws2_32/src/nsquery.c
* PURPOSE: Namespace Query Object
* PROGRAMMER: Alex Ionescu (alex@relsoft.net)
*/

View file

@ -1,7 +1,7 @@
/*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS WinSock 2 API
* FILE: dll/win32/ws2_32_new/src/qos.c
* FILE: dll/win32/ws2_32/src/qos.c
* PURPOSE: QoS Support
* PROGRAMMER: Alex Ionescu (alex@relsoft.net)
*/

View file

@ -1,7 +1,7 @@
/*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS WinSock 2 API
* FILE: dll/win32/ws2_32_new/src/qshelpr.c
* FILE: dll/win32/ws2_32/src/qshelpr.c
* PURPOSE: Query Set Conversion/Packing Helpers
* PROGRAMMER: Alex Ionescu (alex@relsoft.net)
*/

View file

@ -1,7 +1,7 @@
/*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS WinSock 2 API
* FILE: dll/win32/ws2_32_new/src/rasdial.c
* FILE: dll/win32/ws2_32/src/rasdial.c
* PURPOSE: RAS Auto-Dial Support
* PROGRAMMER: Alex Ionescu (alex@relsoft.net)
*/

View file

@ -1,7 +1,7 @@
/*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS WinSock 2 API
* FILE: dll/win32/ws2_32_new/src/recv.c
* FILE: dll/win32/ws2_32/src/recv.c
* PURPOSE: Socket Receive Support
* PROGRAMMER: Alex Ionescu (alex@relsoft.net)
*/

View file

@ -1,7 +1,7 @@
/*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS WinSock 2 API
* FILE: dll/win32/ws2_32_new/src/rnr.c
* FILE: dll/win32/ws2_32/src/rnr.c
* PURPOSE: Registration and Resolution Support
* PROGRAMMER: Alex Ionescu (alex@relsoft.net)
*/

View file

@ -1,7 +1,7 @@
/*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS WinSock 2 API
* FILE: dll/win32/ws2_32_new/src/scihlpr.c
* FILE: dll/win32/ws2_32/src/scihlpr.c
* PURPOSE: Service Class Information Conversion/Packing Helpers
* PROGRAMMER: Alex Ionescu (alex@relsoft.net)
*/

View file

@ -1,7 +1,7 @@
/*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS WinSock 2 API
* FILE: dll/win32/ws2_32_new/src/select.c
* FILE: dll/win32/ws2_32/src/select.c
* PURPOSE: Socket Select Support
* PROGRAMMER: Alex Ionescu (alex@relsoft.net)
*/

View file

@ -1,7 +1,7 @@
/*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS WinSock 2 API
* FILE: dll/win32/ws2_32_new/src/send.c
* FILE: dll/win32/ws2_32/src/send.c
* PURPOSE: Socket Sending Support.
* PROGRAMMER: Alex Ionescu (alex@relsoft.net)
*/

View file

@ -1,7 +1,7 @@
/*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS WinSock 2 API
* FILE: dll/win32/ws2_32_new/src/sockctrl.c
* FILE: dll/win32/ws2_32/src/sockctrl.c
* PURPOSE: Socket Control/State Support
* PROGRAMMER: Alex Ionescu (alex@relsoft.net)
*/

View file

@ -1,7 +1,7 @@
/*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS WinSock 2 API
* FILE: dll/win32/ws2_32_new/src/socklife.c
* FILE: dll/win32/ws2_32/src/socklife.c
* PURPOSE: Socket Lifetime Support
* PROGRAMMER: Alex Ionescu (alex@relsoft.net)
*/

View file

@ -1,7 +1,7 @@
/*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS WinSock 2 API
* FILE: dll/win32/ws2_32_new/src/spinstal.c
* FILE: dll/win32/ws2_32/src/spinstal.c
* PURPOSE: Transport Service Provider Installation
* PROGRAMMER: Alex Ionescu (alex@relsoft.net)
*/

View file

@ -1,7 +1,7 @@
/*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS WinSock 2 API
* FILE: dll/win32/ws2_32_new/src/sputil.c
* FILE: dll/win32/ws2_32/src/sputil.c
* PURPOSE: Transport Service Provider Utility Functions
* PROGRAMMER: Alex Ionescu (alex@relsoft.net)
*/

View file

@ -1,7 +1,7 @@
/*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS WinSock 2 API
* FILE: dll/win32/ws2_32_new/src/startup.c
* FILE: dll/win32/ws2_32/src/startup.c
* PURPOSE: Startup/Cleanup Support
* PROGRAMMER: Alex Ionescu (alex@relsoft.net)
*/

View file

@ -1,7 +1,7 @@
/*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS WinSock 2 API
* FILE: dll/win32/ws2_32_new/src/wsautil.c
* FILE: dll/win32/ws2_32/src/wsautil.c
* PURPOSE: Winsock Utility Functions
* PROGRAMMER: Alex Ionescu (alex@relsoft.net)
*/

View file

@ -1,7 +1,7 @@
/*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS WinSock 2 DLL
* FILE: include/ws2_32.h
* FILE: dll/win32/ws2help/apc.c
* PURPOSE: WinSock 2 DLL header
*/

View file

@ -1,7 +1,7 @@
/*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS WinSock 2 DLL
* FILE: include/ws2_32.h
* FILE: dll/win32/ws2help/context.c
* PURPOSE: WinSock 2 DLL header
*/

View file

@ -1,7 +1,7 @@
/*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS WinSock 2 DLL
* FILE: include/ws2_32.h
* FILE: dll/win32/ws2help/dllmain.c
* PURPOSE: WinSock 2 DLL header
*/

View file

@ -1,7 +1,7 @@
/*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS WinSock 2 DLL
* FILE: include/ws2_32.h
* FILE: dll/win32/ws2help/handle.c
* PURPOSE: WinSock 2 DLL header
*/

View file

@ -1,7 +1,7 @@
/*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS WinSock 2 DLL
* FILE: include/ws2_32.h
* FILE: dll/win32/ws2help/notify.c
* PURPOSE: WinSock 2 DLL header
*/

View file

@ -1,7 +1,7 @@
/*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS WinSock 2 Helper DLL
* FILE: lib/ws2help/precomp.h
* FILE: dll/win32/ws2help/precomp.h
* PURPOSE: WinSock 2 Helper DLL
*/

View file

@ -1,7 +1,7 @@
/*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS WinSock 2 DLL
* FILE: include/drivers/ws2ifsl/wshdrv.h
* FILE: dll/win32/ws2help/wshdrv.h
* PURPOSE: WinSock 2 Helper Driver header
*/

View file

@ -362,6 +362,3 @@ win32k -
winmm -
modules/rostests/winetests/winmm # Synced to WineStaging-4.18
ws2_32 -
dll/win32/ws2_32/wine/async.c # Synced to WineStaging-1.9.4