[WS2_32] Improve the FILE header section. Brought to you by Adam Stachowicz. CORE-10114

svn path=/trunk/; revision=69801
This commit is contained in:
Amine Khaldi 2015-11-03 21:16:02 +00:00
parent 48a82a72f4
commit 282156a126
14 changed files with 14 additions and 14 deletions

View file

@ -1,7 +1,7 @@
/* /*
* COPYRIGHT: See COPYING in the top level directory * COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS WinSock 2 DLL * PROJECT: ReactOS WinSock 2 DLL
* FILE: include/catalog.h * FILE: dll/win32/ws2_32/include/catalog.h
* PURPOSE: Service Provider Catalog definitions * PURPOSE: Service Provider Catalog definitions
*/ */

View file

@ -1,7 +1,7 @@
/* /*
* COPYRIGHT: See COPYING in the top level directory * COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS WinSock 2 DLL * PROJECT: ReactOS WinSock 2 DLL
* FILE: include/debug.h * FILE: dll/win32/ws2_32/include/debug.h
* PURPOSE: Debugging support macros * PURPOSE: Debugging support macros
* DEFINES: DBG - Enable debug output * DEFINES: DBG - Enable debug output
* NASSERT - Disable assertions * NASSERT - Disable assertions

View file

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

View file

@ -1,7 +1,7 @@
/* /*
* COPYRIGHT: See COPYING in the top level directory * COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS WinSock 2 DLL * PROJECT: ReactOS WinSock 2 DLL
* FILE: include/upcall.h * FILE: dll/win32/ws2_32/include/upcall.h
* PURPOSE: Upcall function defintions * PURPOSE: Upcall function defintions
*/ */

View file

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

View file

@ -1,7 +1,7 @@
/* /*
* COPYRIGHT: See COPYING in the top level directory * COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS WinSock 2 DLL * PROJECT: ReactOS WinSock 2 DLL
* FILE: misc/bsd.c * FILE: dll/win32/ws2_32/misc/bsd.c
* PURPOSE: Legacy BSD sockets APIs * PURPOSE: Legacy BSD sockets APIs
* PROGRAMMERS: Casper S. Hornstrup (chorns@users.sourceforge.net) * PROGRAMMERS: Casper S. Hornstrup (chorns@users.sourceforge.net)
* REVISIONS: * REVISIONS:

View file

@ -1,7 +1,7 @@
/* /*
* COPYRIGHT: See COPYING in the top level directory * COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS WinSock 2 DLL * PROJECT: ReactOS WinSock 2 DLL
* FILE: misc/catalog.c * FILE: dll/win32/ws2_32/misc/catalog.c
* PURPOSE: Service Provider Catalog * PURPOSE: Service Provider Catalog
* PROGRAMMERS: Casper S. Hornstrup (chorns@users.sourceforge.net) * PROGRAMMERS: Casper S. Hornstrup (chorns@users.sourceforge.net)
* REVISIONS: * REVISIONS:

View file

@ -1,7 +1,7 @@
/* /*
* COPYRIGHT: See COPYING in the top level directory * COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS WinSock 2 DLL * PROJECT: ReactOS WinSock 2 DLL
* FILE: misc/dllmain.c * FILE: dll/win32/ws2_32/misc/dllmain.c
* PURPOSE: DLL entry point * PURPOSE: DLL entry point
* PROGRAMMERS: Casper S. Hornstrup (chorns@users.sourceforge.net) * PROGRAMMERS: Casper S. Hornstrup (chorns@users.sourceforge.net)
* REVISIONS: * REVISIONS:

View file

@ -1,7 +1,7 @@
/* /*
* COPYRIGHT: See COPYING in the top level directory * COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS WinSock 2 DLL * PROJECT: ReactOS WinSock 2 DLL
* FILE: misc/event.c * FILE: dll/win32/ws2_32/misc/event.c
* PURPOSE: Event handling * PURPOSE: Event handling
* PROGRAMMERS: Casper S. Hornstrup (chorns@users.sourceforge.net) * PROGRAMMERS: Casper S. Hornstrup (chorns@users.sourceforge.net)
* REVISIONS: * REVISIONS:

View file

@ -1,7 +1,7 @@
/* /*
* COPYRIGHT: See COPYING in the top level directory * COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS WinSock 2 DLL * PROJECT: ReactOS WinSock 2 DLL
* FILE: misc/handle.c * FILE: dll/win32/ws2_32/misc/handle.c
* PURPOSE: Provider handle management * PURPOSE: Provider handle management
* PROGRAMMERS: Casper S. Hornstrup (chorns@users.sourceforge.net) * PROGRAMMERS: Casper S. Hornstrup (chorns@users.sourceforge.net)
* REVISIONS: * REVISIONS:

View file

@ -1,7 +1,7 @@
/* /*
* COPYRIGHT: See COPYING in the top level directory * COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS WinSock 2 DLL * PROJECT: ReactOS WinSock 2 DLL
* FILE: misc/ns.c * FILE: dll/win32/ws2_32/misc/ns.c
* PURPOSE: Namespace APIs * PURPOSE: Namespace APIs
* PROGRAMMERS: Casper S. Hornstrup (chorns@users.sourceforge.net) * PROGRAMMERS: Casper S. Hornstrup (chorns@users.sourceforge.net)
* REVISIONS: * REVISIONS:

View file

@ -1,7 +1,7 @@
/* /*
* COPYRIGHT: See COPYING in the top level directory * COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS WinSock 2 DLL * PROJECT: ReactOS WinSock 2 DLL
* FILE: misc/sndrcv.c * FILE: dll/win32/ws2_32/misc/sndrcv.c
* PURPOSE: Send/receive functions * PURPOSE: Send/receive functions
* PROGRAMMERS: Casper S. Hornstrup (chorns@users.sourceforge.net) * PROGRAMMERS: Casper S. Hornstrup (chorns@users.sourceforge.net)
* REVISIONS: * REVISIONS:

View file

@ -1,7 +1,7 @@
/* /*
* COPYRIGHT: See COPYING in the top level directory * COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS WinSock 2 DLL * PROJECT: ReactOS WinSock 2 DLL
* FILE: misc/stubs.c * FILE: dll/win32/ws2_32/misc/stubs.c
* PURPOSE: Stubs * PURPOSE: Stubs
* PROGRAMMERS: Casper S. Hornstrup (chorns@users.sourceforge.net) * PROGRAMMERS: Casper S. Hornstrup (chorns@users.sourceforge.net)
* REVISIONS: * REVISIONS:

View file

@ -1,7 +1,7 @@
/* /*
* COPYRIGHT: See COPYING in the top level directory * COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS WinSock 2 DLL * PROJECT: ReactOS WinSock 2 DLL
* FILE: misc/upcall.c * FILE: dll/win32/ws2_32/misc/upcall.c
* PURPOSE: Upcall functions * PURPOSE: Upcall functions
* PROGRAMMERS: Casper S. Hornstrup (chorns@users.sourceforge.net) * PROGRAMMERS: Casper S. Hornstrup (chorns@users.sourceforge.net)
* REVISIONS: * REVISIONS: