From f5f46b73f990ed0f270e7b31da9fc9185050aefa Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Mon, 2 Nov 2015 18:37:49 +0000 Subject: [PATCH] [WS2_32_NEW] Improve the FILE header section. Brought to you by Adam Stachowicz. CORE-10114 svn path=/trunk/; revision=69788 --- reactos/dll/win32/ws2_32_new/inc/ws2_32.h | 2 +- reactos/dll/win32/ws2_32_new/inc/ws2_32p.h | 2 +- reactos/dll/win32/ws2_32_new/src/addrconv.c | 2 +- reactos/dll/win32/ws2_32_new/src/addrinfo.c | 2 +- reactos/dll/win32/ws2_32_new/src/async.c | 2 +- reactos/dll/win32/ws2_32_new/src/bhook.c | 2 +- reactos/dll/win32/ws2_32_new/src/dcatalog.c | 2 +- reactos/dll/win32/ws2_32_new/src/dcatitem.c | 2 +- reactos/dll/win32/ws2_32_new/src/dllmain.c | 2 +- reactos/dll/win32/ws2_32_new/src/dprocess.c | 2 +- reactos/dll/win32/ws2_32_new/src/dprovide.c | 2 +- reactos/dll/win32/ws2_32_new/src/dsocket.c | 2 +- reactos/dll/win32/ws2_32_new/src/dthread.c | 2 +- reactos/dll/win32/ws2_32_new/src/dupsock.c | 2 +- reactos/dll/win32/ws2_32_new/src/enumprot.c | 2 +- reactos/dll/win32/ws2_32_new/src/event.c | 2 +- reactos/dll/win32/ws2_32_new/src/getproto.c | 2 +- reactos/dll/win32/ws2_32_new/src/getxbyxx.c | 2 +- reactos/dll/win32/ws2_32_new/src/ioctl.c | 2 +- reactos/dll/win32/ws2_32_new/src/nscatalo.c | 2 +- reactos/dll/win32/ws2_32_new/src/nscatent.c | 2 +- reactos/dll/win32/ws2_32_new/src/nspinstl.c | 2 +- reactos/dll/win32/ws2_32_new/src/nsprovid.c | 2 +- reactos/dll/win32/ws2_32_new/src/nsquery.c | 2 +- reactos/dll/win32/ws2_32_new/src/qos.c | 2 +- reactos/dll/win32/ws2_32_new/src/qshelpr.c | 2 +- reactos/dll/win32/ws2_32_new/src/rasdial.c | 2 +- reactos/dll/win32/ws2_32_new/src/recv.c | 2 +- reactos/dll/win32/ws2_32_new/src/rnr.c | 2 +- reactos/dll/win32/ws2_32_new/src/scihlpr.c | 2 +- reactos/dll/win32/ws2_32_new/src/select.c | 2 +- reactos/dll/win32/ws2_32_new/src/send.c | 2 +- reactos/dll/win32/ws2_32_new/src/sockctrl.c | 2 +- reactos/dll/win32/ws2_32_new/src/socklife.c | 2 +- reactos/dll/win32/ws2_32_new/src/spinstal.c | 2 +- reactos/dll/win32/ws2_32_new/src/sputil.c | 2 +- reactos/dll/win32/ws2_32_new/src/startup.c | 2 +- reactos/dll/win32/ws2_32_new/src/wsautil.c | 2 +- 38 files changed, 38 insertions(+), 38 deletions(-) diff --git a/reactos/dll/win32/ws2_32_new/inc/ws2_32.h b/reactos/dll/win32/ws2_32_new/inc/ws2_32.h index 0c11cf94318..d3ac1543c0c 100644 --- a/reactos/dll/win32/ws2_32_new/inc/ws2_32.h +++ b/reactos/dll/win32/ws2_32_new/inc/ws2_32.h @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS WinSock 2.2 Library - * FILE: lib/ws2_32.h + * FILE: dll/win32/ws2_32_new/inc/ws2_32.h * PURPOSE: WinSock 2.2 Main Header */ diff --git a/reactos/dll/win32/ws2_32_new/inc/ws2_32p.h b/reactos/dll/win32/ws2_32_new/inc/ws2_32p.h index c8d256ba351..004cb6ba0a3 100644 --- a/reactos/dll/win32/ws2_32_new/inc/ws2_32p.h +++ b/reactos/dll/win32/ws2_32_new/inc/ws2_32p.h @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS WinSock 2.2 Library - * FILE: lib/ws2_32.h + * FILE: dll/win32/ws2_32_new/inc/ws2_32p.h * PURPOSE: WinSock 2.2 Main Header */ diff --git a/reactos/dll/win32/ws2_32_new/src/addrconv.c b/reactos/dll/win32/ws2_32_new/src/addrconv.c index 7e111a10453..ca21b9cf102 100644 --- a/reactos/dll/win32/ws2_32_new/src/addrconv.c +++ b/reactos/dll/win32/ws2_32_new/src/addrconv.c @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS WinSock 2 API - * FILE: addrconv.c + * FILE: dll/win32/ws2_32_new/src/addrconv.c * PURPOSE: Address and Port Conversion Support * PROGRAMMER: Alex Ionescu (alex@relsoft.net) */ diff --git a/reactos/dll/win32/ws2_32_new/src/addrinfo.c b/reactos/dll/win32/ws2_32_new/src/addrinfo.c index 3d550cc4349..197efbab9ab 100644 --- a/reactos/dll/win32/ws2_32_new/src/addrinfo.c +++ b/reactos/dll/win32/ws2_32_new/src/addrinfo.c @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS WinSock 2 API - * FILE: addrinfo.c + * FILE: dll/win32/ws2_32_new/src/addrinfo.c * PURPOSE: Protocol-Independent Address Resolution * PROGRAMMER: Alex Ionescu (alex@relsoft.net) */ diff --git a/reactos/dll/win32/ws2_32_new/src/async.c b/reactos/dll/win32/ws2_32_new/src/async.c index 9aa9742c049..3f38734de0a 100644 --- a/reactos/dll/win32/ws2_32_new/src/async.c +++ b/reactos/dll/win32/ws2_32_new/src/async.c @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS WinSock 2 API - * FILE: async.c + * FILE: dll/win32/ws2_32_new/src/async.c * PURPOSE: Async Block Object and Async Thread Management * PROGRAMMER: Alex Ionescu (alex@relsoft.net) */ diff --git a/reactos/dll/win32/ws2_32_new/src/bhook.c b/reactos/dll/win32/ws2_32_new/src/bhook.c index 9e0458de855..d7149de3930 100644 --- a/reactos/dll/win32/ws2_32_new/src/bhook.c +++ b/reactos/dll/win32/ws2_32_new/src/bhook.c @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS WinSock 2 API - * FILE: bhook.c + * FILE: dll/win32/ws2_32_new/src/bhook.c * PURPOSE: Blocking Hook support for 1.x clients * PROGRAMMER: Alex Ionescu (alex@relsoft.net) */ diff --git a/reactos/dll/win32/ws2_32_new/src/dcatalog.c b/reactos/dll/win32/ws2_32_new/src/dcatalog.c index d163a139f56..8e0e2e2c68c 100644 --- a/reactos/dll/win32/ws2_32_new/src/dcatalog.c +++ b/reactos/dll/win32/ws2_32_new/src/dcatalog.c @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS WinSock 2 API - * FILE: dcatalog.c + * FILE: dll/win32/ws2_32_new/src/dcatalog.c * PURPOSE: Transport Catalog Object * PROGRAMMER: Alex Ionescu (alex@relsoft.net) */ diff --git a/reactos/dll/win32/ws2_32_new/src/dcatitem.c b/reactos/dll/win32/ws2_32_new/src/dcatitem.c index c85e0a6004d..abd9c41785b 100644 --- a/reactos/dll/win32/ws2_32_new/src/dcatitem.c +++ b/reactos/dll/win32/ws2_32_new/src/dcatitem.c @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS WinSock 2 API - * FILE: dcatitem.c + * FILE: dll/win32/ws2_32_new/src/dcatitem.c * PURPOSE: Transport Catalog Entry Object * PROGRAMMER: Alex Ionescu (alex@relsoft.net) */ diff --git a/reactos/dll/win32/ws2_32_new/src/dllmain.c b/reactos/dll/win32/ws2_32_new/src/dllmain.c index 7df1d44c046..ba73b7cb700 100644 --- a/reactos/dll/win32/ws2_32_new/src/dllmain.c +++ b/reactos/dll/win32/ws2_32_new/src/dllmain.c @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS WinSock 2 API - * FILE: dllmain.c + * FILE: dll/win32/ws2_32_new/src/dllmain.c * PURPOSE: DLL Entrypoint * PROGRAMMER: Alex Ionescu (alex@relsoft.net) */ diff --git a/reactos/dll/win32/ws2_32_new/src/dprocess.c b/reactos/dll/win32/ws2_32_new/src/dprocess.c index 06b9fac7a08..fd0225532fd 100644 --- a/reactos/dll/win32/ws2_32_new/src/dprocess.c +++ b/reactos/dll/win32/ws2_32_new/src/dprocess.c @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS WinSock 2 API - * FILE: dprocess.c + * FILE: dll/win32/ws2_32_new/src/dprocess.c * PURPOSE: Process Object * PROGRAMMER: Alex Ionescu (alex@relsoft.net) */ diff --git a/reactos/dll/win32/ws2_32_new/src/dprovide.c b/reactos/dll/win32/ws2_32_new/src/dprovide.c index 729d7bf2e77..f5079b005cb 100644 --- a/reactos/dll/win32/ws2_32_new/src/dprovide.c +++ b/reactos/dll/win32/ws2_32_new/src/dprovide.c @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS WinSock 2 API - * FILE: dprovide.c + * FILE: dll/win32/ws2_32_new/src/dprovide.c * PURPOSE: Transport Provider Object * PROGRAMMER: Alex Ionescu (alex@relsoft.net) */ diff --git a/reactos/dll/win32/ws2_32_new/src/dsocket.c b/reactos/dll/win32/ws2_32_new/src/dsocket.c index 04dabe7211a..214dd6b1c9f 100644 --- a/reactos/dll/win32/ws2_32_new/src/dsocket.c +++ b/reactos/dll/win32/ws2_32_new/src/dsocket.c @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS WinSock 2 API - * FILE: dsocket.c + * FILE: dll/win32/ws2_32_new/src/dsocket.c * PURPOSE: Socket Object * PROGRAMMER: Alex Ionescu (alex@relsoft.net) */ diff --git a/reactos/dll/win32/ws2_32_new/src/dthread.c b/reactos/dll/win32/ws2_32_new/src/dthread.c index 5e8a3bc53aa..00bd255fe90 100644 --- a/reactos/dll/win32/ws2_32_new/src/dthread.c +++ b/reactos/dll/win32/ws2_32_new/src/dthread.c @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS WinSock 2 API - * FILE: dprocess.c + * FILE: dll/win32/ws2_32_new/src/dthread.c * PURPOSE: Thread Object * PROGRAMMER: Alex Ionescu (alex@relsoft.net) */ diff --git a/reactos/dll/win32/ws2_32_new/src/dupsock.c b/reactos/dll/win32/ws2_32_new/src/dupsock.c index 3f59f172c6a..23d438fbb0a 100644 --- a/reactos/dll/win32/ws2_32_new/src/dupsock.c +++ b/reactos/dll/win32/ws2_32_new/src/dupsock.c @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS WinSock 2 API - * FILE: dupsock.c + * FILE: dll/win32/ws2_32_new/src/dupsock.c * PURPOSE: Socket Duplication * PROGRAMMER: Alex Ionescu (alex@relsoft.net) */ diff --git a/reactos/dll/win32/ws2_32_new/src/enumprot.c b/reactos/dll/win32/ws2_32_new/src/enumprot.c index a2584e5074d..6948ae9d970 100644 --- a/reactos/dll/win32/ws2_32_new/src/enumprot.c +++ b/reactos/dll/win32/ws2_32_new/src/enumprot.c @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS WinSock 2 API - * FILE: enumprot.c + * FILE: dll/win32/ws2_32_new/src/enumprot.c * PURPOSE: Protocol Enumeration * PROGRAMMER: Alex Ionescu (alex@relsoft.net) */ diff --git a/reactos/dll/win32/ws2_32_new/src/event.c b/reactos/dll/win32/ws2_32_new/src/event.c index 46a1fc1a40a..4fda527d3fa 100644 --- a/reactos/dll/win32/ws2_32_new/src/event.c +++ b/reactos/dll/win32/ws2_32_new/src/event.c @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS WinSock 2 API - * FILE: event.c + * FILE: dll/win32/ws2_32_new/src/event.c * PURPOSE: Socket Events * PROGRAMMER: Alex Ionescu (alex@relsoft.net) */ diff --git a/reactos/dll/win32/ws2_32_new/src/getproto.c b/reactos/dll/win32/ws2_32_new/src/getproto.c index 48b41c144ce..45d5809f5bb 100644 --- a/reactos/dll/win32/ws2_32_new/src/getproto.c +++ b/reactos/dll/win32/ws2_32_new/src/getproto.c @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS WinSock 2 API - * FILE: getproto.c + * FILE: dll/win32/ws2_32_new/src/getproto.c * PURPOSE: GetProtoByY Functions. * PROGRAMMER: Alex Ionescu (alex@relsoft.net) */ diff --git a/reactos/dll/win32/ws2_32_new/src/getxbyxx.c b/reactos/dll/win32/ws2_32_new/src/getxbyxx.c index 32557b8315e..b74b793421f 100644 --- a/reactos/dll/win32/ws2_32_new/src/getxbyxx.c +++ b/reactos/dll/win32/ws2_32_new/src/getxbyxx.c @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS WinSock 2 API - * FILE: getxbyy.c + * FILE: dll/win32/ws2_32_new/src/getxbyxx.c * PURPOSE: Get X by Y Functions for Name Resolution. * PROGRAMMER: Alex Ionescu (alex@relsoft.net) */ diff --git a/reactos/dll/win32/ws2_32_new/src/ioctl.c b/reactos/dll/win32/ws2_32_new/src/ioctl.c index 1c2be2d5035..1b7b2d27357 100644 --- a/reactos/dll/win32/ws2_32_new/src/ioctl.c +++ b/reactos/dll/win32/ws2_32_new/src/ioctl.c @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS WinSock 2 API - * FILE: ioctl.c + * FILE: dll/win32/ws2_32_new/src/ioctl.c * PURPOSE: Socket I/O Control Code support. * PROGRAMMER: Alex Ionescu (alex@relsoft.net) */ diff --git a/reactos/dll/win32/ws2_32_new/src/nscatalo.c b/reactos/dll/win32/ws2_32_new/src/nscatalo.c index 769d0260c36..3c1f8733780 100644 --- a/reactos/dll/win32/ws2_32_new/src/nscatalo.c +++ b/reactos/dll/win32/ws2_32_new/src/nscatalo.c @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS WinSock 2 API - * FILE: nscatalo.c + * FILE: dll/win32/ws2_32_new/src/nscatalo.c * PURPOSE: Namespace Catalog Object * PROGRAMMER: Alex Ionescu (alex@relsoft.net) */ diff --git a/reactos/dll/win32/ws2_32_new/src/nscatent.c b/reactos/dll/win32/ws2_32_new/src/nscatent.c index 8c1b0750fc0..31b869e279b 100644 --- a/reactos/dll/win32/ws2_32_new/src/nscatent.c +++ b/reactos/dll/win32/ws2_32_new/src/nscatent.c @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS WinSock 2 API - * FILE: nscatent.c + * FILE: dll/win32/ws2_32_new/src/nscatent.c * PURPOSE: Namespace Catalog Entry Object * PROGRAMMER: Alex Ionescu (alex@relsoft.net) */ diff --git a/reactos/dll/win32/ws2_32_new/src/nspinstl.c b/reactos/dll/win32/ws2_32_new/src/nspinstl.c index 846dde6c926..008527605ff 100644 --- a/reactos/dll/win32/ws2_32_new/src/nspinstl.c +++ b/reactos/dll/win32/ws2_32_new/src/nspinstl.c @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS WinSock 2 API - * FILE: nspinstl.c + * FILE: dll/win32/ws2_32_new/src/nspinstl.c * PURPOSE: Namespace Provider Installation * PROGRAMMER: Alex Ionescu (alex@relsoft.net) */ diff --git a/reactos/dll/win32/ws2_32_new/src/nsprovid.c b/reactos/dll/win32/ws2_32_new/src/nsprovid.c index 6a4762b1e5e..5f848839902 100644 --- a/reactos/dll/win32/ws2_32_new/src/nsprovid.c +++ b/reactos/dll/win32/ws2_32_new/src/nsprovid.c @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS WinSock 2 API - * FILE: nsprovid.c + * FILE: dll/win32/ws2_32_new/src/nsprovid.c * PURPOSE: Namespace Provider Object * PROGRAMMER: Alex Ionescu (alex@relsoft.net) */ diff --git a/reactos/dll/win32/ws2_32_new/src/nsquery.c b/reactos/dll/win32/ws2_32_new/src/nsquery.c index 3c7811d1ce0..f0ca98b6d53 100644 --- a/reactos/dll/win32/ws2_32_new/src/nsquery.c +++ b/reactos/dll/win32/ws2_32_new/src/nsquery.c @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS WinSock 2 API - * FILE: nsquery.c + * FILE: dll/win32/ws2_32_new/src/nsquery.c * PURPOSE: Namespace Query Object * PROGRAMMER: Alex Ionescu (alex@relsoft.net) */ diff --git a/reactos/dll/win32/ws2_32_new/src/qos.c b/reactos/dll/win32/ws2_32_new/src/qos.c index 29866a6fdd1..e0b02d282ae 100644 --- a/reactos/dll/win32/ws2_32_new/src/qos.c +++ b/reactos/dll/win32/ws2_32_new/src/qos.c @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS WinSock 2 API - * FILE: qos.c + * FILE: dll/win32/ws2_32_new/src/qos.c * PURPOSE: QoS Support * PROGRAMMER: Alex Ionescu (alex@relsoft.net) */ diff --git a/reactos/dll/win32/ws2_32_new/src/qshelpr.c b/reactos/dll/win32/ws2_32_new/src/qshelpr.c index 35e36ddb792..b26acb04440 100644 --- a/reactos/dll/win32/ws2_32_new/src/qshelpr.c +++ b/reactos/dll/win32/ws2_32_new/src/qshelpr.c @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS WinSock 2 API - * FILE: qshelpr.c + * FILE: dll/win32/ws2_32_new/src/qshelpr.c * PURPOSE: Query Set Conversion/Packing Helpers * PROGRAMMER: Alex Ionescu (alex@relsoft.net) */ diff --git a/reactos/dll/win32/ws2_32_new/src/rasdial.c b/reactos/dll/win32/ws2_32_new/src/rasdial.c index b664db70c90..b1b572342d0 100644 --- a/reactos/dll/win32/ws2_32_new/src/rasdial.c +++ b/reactos/dll/win32/ws2_32_new/src/rasdial.c @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS WinSock 2 API - * FILE: rasdial.c + * FILE: dll/win32/ws2_32_new/src/rasdial.c * PURPOSE: RAS Auto-Dial Support * PROGRAMMER: Alex Ionescu (alex@relsoft.net) */ diff --git a/reactos/dll/win32/ws2_32_new/src/recv.c b/reactos/dll/win32/ws2_32_new/src/recv.c index 013c5755ba2..3b49137a015 100644 --- a/reactos/dll/win32/ws2_32_new/src/recv.c +++ b/reactos/dll/win32/ws2_32_new/src/recv.c @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS WinSock 2 API - * FILE: recv.c + * FILE: dll/win32/ws2_32_new/src/recv.c * PURPOSE: Socket Receive Support * PROGRAMMER: Alex Ionescu (alex@relsoft.net) */ diff --git a/reactos/dll/win32/ws2_32_new/src/rnr.c b/reactos/dll/win32/ws2_32_new/src/rnr.c index 228858fd0ac..ea9f5353dbf 100644 --- a/reactos/dll/win32/ws2_32_new/src/rnr.c +++ b/reactos/dll/win32/ws2_32_new/src/rnr.c @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS WinSock 2 API - * FILE: rnr.c + * FILE: dll/win32/ws2_32_new/src/rnr.c * PURPOSE: Registration n' Resolution Support * PROGRAMMER: Alex Ionescu (alex@relsoft.net) */ diff --git a/reactos/dll/win32/ws2_32_new/src/scihlpr.c b/reactos/dll/win32/ws2_32_new/src/scihlpr.c index 244d77733c5..fcb75cbfbb1 100644 --- a/reactos/dll/win32/ws2_32_new/src/scihlpr.c +++ b/reactos/dll/win32/ws2_32_new/src/scihlpr.c @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS WinSock 2 API - * FILE: scihlpr.c + * FILE: dll/win32/ws2_32_new/src/scihlpr.c * PURPOSE: Service Class Information Conversion/Packing Helpers * PROGRAMMER: Alex Ionescu (alex@relsoft.net) */ diff --git a/reactos/dll/win32/ws2_32_new/src/select.c b/reactos/dll/win32/ws2_32_new/src/select.c index be389c7987d..fd5060ef838 100644 --- a/reactos/dll/win32/ws2_32_new/src/select.c +++ b/reactos/dll/win32/ws2_32_new/src/select.c @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS WinSock 2 API - * FILE: sselect.c + * FILE: dll/win32/ws2_32_new/src/select.c * PURPOSE: Socket Select Support * PROGRAMMER: Alex Ionescu (alex@relsoft.net) */ diff --git a/reactos/dll/win32/ws2_32_new/src/send.c b/reactos/dll/win32/ws2_32_new/src/send.c index 52d3d122d98..d28542147c8 100644 --- a/reactos/dll/win32/ws2_32_new/src/send.c +++ b/reactos/dll/win32/ws2_32_new/src/send.c @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS WinSock 2 API - * FILE: send.c + * FILE: dll/win32/ws2_32_new/src/send.c * PURPOSE: Socket Sending Support. * PROGRAMMER: Alex Ionescu (alex@relsoft.net) */ diff --git a/reactos/dll/win32/ws2_32_new/src/sockctrl.c b/reactos/dll/win32/ws2_32_new/src/sockctrl.c index 9f81cca7e1d..4b96f8e1ec7 100644 --- a/reactos/dll/win32/ws2_32_new/src/sockctrl.c +++ b/reactos/dll/win32/ws2_32_new/src/sockctrl.c @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS WinSock 2 API - * FILE: socktrl.c + * FILE: dll/win32/ws2_32_new/src/sockctrl.c * PURPOSE: Socket Control/State Support * PROGRAMMER: Alex Ionescu (alex@relsoft.net) */ diff --git a/reactos/dll/win32/ws2_32_new/src/socklife.c b/reactos/dll/win32/ws2_32_new/src/socklife.c index 999d334d550..184346acbb2 100644 --- a/reactos/dll/win32/ws2_32_new/src/socklife.c +++ b/reactos/dll/win32/ws2_32_new/src/socklife.c @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS WinSock 2 API - * FILE: socklife.c + * FILE: dll/win32/ws2_32_new/src/socklife.c * PURPOSE: Socket Lifetime Support * PROGRAMMER: Alex Ionescu (alex@relsoft.net) */ diff --git a/reactos/dll/win32/ws2_32_new/src/spinstal.c b/reactos/dll/win32/ws2_32_new/src/spinstal.c index ed593ff25bd..d1e36d3c2b0 100644 --- a/reactos/dll/win32/ws2_32_new/src/spinstal.c +++ b/reactos/dll/win32/ws2_32_new/src/spinstal.c @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS WinSock 2 API - * FILE: spinstal.c + * FILE: dll/win32/ws2_32_new/src/spinstal.c * PURPOSE: Transport Service Provider Installation * PROGRAMMER: Alex Ionescu (alex@relsoft.net) */ diff --git a/reactos/dll/win32/ws2_32_new/src/sputil.c b/reactos/dll/win32/ws2_32_new/src/sputil.c index 82cb4368151..9e425570f57 100644 --- a/reactos/dll/win32/ws2_32_new/src/sputil.c +++ b/reactos/dll/win32/ws2_32_new/src/sputil.c @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS WinSock 2 API - * FILE: sputil.c + * FILE: dll/win32/ws2_32_new/src/sputil.c * PURPOSE: Transport Service Provider Utility Functions * PROGRAMMER: Alex Ionescu (alex@relsoft.net) */ diff --git a/reactos/dll/win32/ws2_32_new/src/startup.c b/reactos/dll/win32/ws2_32_new/src/startup.c index ac7727917b4..a46cfd06f00 100644 --- a/reactos/dll/win32/ws2_32_new/src/startup.c +++ b/reactos/dll/win32/ws2_32_new/src/startup.c @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS WinSock 2 API - * FILE: startup.c + * FILE: dll/win32/ws2_32_new/src/startup.c * PURPOSE: Startup/Cleanup Support * PROGRAMMER: Alex Ionescu (alex@relsoft.net) */ diff --git a/reactos/dll/win32/ws2_32_new/src/wsautil.c b/reactos/dll/win32/ws2_32_new/src/wsautil.c index 4d7b1ebdbc8..6928a8ffdb0 100644 --- a/reactos/dll/win32/ws2_32_new/src/wsautil.c +++ b/reactos/dll/win32/ws2_32_new/src/wsautil.c @@ -1,7 +1,7 @@ /* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS WinSock 2 API - * FILE: wsautil.c + * FILE: dll/win32/ws2_32_new/src/wsautil.c * PURPOSE: Winsock Utility Functions * PROGRAMMER: Alex Ionescu (alex@relsoft.net) */