[WS2_32] Improve the FILE header section. Brought to you by Adam Stachowicz. CORE...
authorAmine Khaldi <amine.khaldi@reactos.org>
Tue, 3 Nov 2015 21:16:02 +0000 (21:16 +0000)
committerAmine Khaldi <amine.khaldi@reactos.org>
Tue, 3 Nov 2015 21:16:02 +0000 (21:16 +0000)
svn path=/trunk/; revision=69801

14 files changed:
reactos/dll/win32/ws2_32/include/catalog.h
reactos/dll/win32/ws2_32/include/debug.h
reactos/dll/win32/ws2_32/include/handle.h
reactos/dll/win32/ws2_32/include/upcall.h
reactos/dll/win32/ws2_32/include/ws2_32.h
reactos/dll/win32/ws2_32/misc/bsd.c
reactos/dll/win32/ws2_32/misc/catalog.c
reactos/dll/win32/ws2_32/misc/dllmain.c
reactos/dll/win32/ws2_32/misc/event.c
reactos/dll/win32/ws2_32/misc/handle.c
reactos/dll/win32/ws2_32/misc/ns.c
reactos/dll/win32/ws2_32/misc/sndrcv.c
reactos/dll/win32/ws2_32/misc/stubs.c
reactos/dll/win32/ws2_32/misc/upcall.c

index 19ed0d2..1b8f765 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * COPYRIGHT:   See COPYING in the top level directory
  * PROJECT:     ReactOS WinSock 2 DLL
- * FILE:        include/catalog.h
+ * FILE:        dll/win32/ws2_32/include/catalog.h
  * PURPOSE:     Service Provider Catalog definitions
  */
 
index 22cfd39..18b5373 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * COPYRIGHT:   See COPYING in the top level directory
  * PROJECT:     ReactOS WinSock 2 DLL
- * FILE:        include/debug.h
+ * FILE:        dll/win32/ws2_32/include/debug.h
  * PURPOSE:     Debugging support macros
  * DEFINES:     DBG     - Enable debug output
  *              NASSERT - Disable assertions
index 52ed0d1..f4cf8a8 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * COPYRIGHT:   See COPYING in the top level directory
  * PROJECT:     ReactOS WinSock 2 DLL
- * FILE:        include/handle.h
+ * FILE:        dll/win32/ws2_32/include/handle.h
  * PURPOSE:     Provider handle definitions
  */
 
index ede3051..116b459 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * COPYRIGHT:   See COPYING in the top level directory
  * PROJECT:     ReactOS WinSock 2 DLL
- * FILE:        include/upcall.h
+ * FILE:        dll/win32/ws2_32/include/upcall.h
  * PURPOSE:     Upcall function defintions
  */
 
index 149a0e8..8ecf358 100644 (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/ws2_32/include/ws2_32.h
  * PURPOSE:     WinSock 2 DLL header
  */
 
index 80cbef2..bb14c81 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * COPYRIGHT:   See COPYING in the top level directory
  * PROJECT:     ReactOS WinSock 2 DLL
- * FILE:        misc/bsd.c
+ * FILE:        dll/win32/ws2_32/misc/bsd.c
  * PURPOSE:     Legacy BSD sockets APIs
  * PROGRAMMERS: Casper S. Hornstrup (chorns@users.sourceforge.net)
  * REVISIONS:
index d39c7fa..1a565bb 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * COPYRIGHT:   See COPYING in the top level directory
  * PROJECT:     ReactOS WinSock 2 DLL
- * FILE:        misc/catalog.c
+ * FILE:        dll/win32/ws2_32/misc/catalog.c
  * PURPOSE:     Service Provider Catalog
  * PROGRAMMERS: Casper S. Hornstrup (chorns@users.sourceforge.net)
  * REVISIONS:
index 441ed6e..e06817e 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * COPYRIGHT:   See COPYING in the top level directory
  * PROJECT:     ReactOS WinSock 2 DLL
- * FILE:        misc/dllmain.c
+ * FILE:        dll/win32/ws2_32/misc/dllmain.c
  * PURPOSE:     DLL entry point
  * PROGRAMMERS: Casper S. Hornstrup (chorns@users.sourceforge.net)
  * REVISIONS:
index 58d4e64..ff23a80 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * COPYRIGHT:   See COPYING in the top level directory
  * PROJECT:     ReactOS WinSock 2 DLL
- * FILE:        misc/event.c
+ * FILE:        dll/win32/ws2_32/misc/event.c
  * PURPOSE:     Event handling
  * PROGRAMMERS: Casper S. Hornstrup (chorns@users.sourceforge.net)
  * REVISIONS:
index 2e5e49b..01e39ec 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * COPYRIGHT:   See COPYING in the top level directory
  * PROJECT:     ReactOS WinSock 2 DLL
- * FILE:        misc/handle.c
+ * FILE:        dll/win32/ws2_32/misc/handle.c
  * PURPOSE:     Provider handle management
  * PROGRAMMERS: Casper S. Hornstrup (chorns@users.sourceforge.net)
  * REVISIONS:
index dfee38d..d729dfc 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * COPYRIGHT:   See COPYING in the top level directory
  * PROJECT:     ReactOS WinSock 2 DLL
- * FILE:        misc/ns.c
+ * FILE:        dll/win32/ws2_32/misc/ns.c
  * PURPOSE:     Namespace APIs
  * PROGRAMMERS: Casper S. Hornstrup (chorns@users.sourceforge.net)
  * REVISIONS:
index 0ee077d..cb60788 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * COPYRIGHT:   See COPYING in the top level directory
  * PROJECT:     ReactOS WinSock 2 DLL
- * FILE:        misc/sndrcv.c
+ * FILE:        dll/win32/ws2_32/misc/sndrcv.c
  * PURPOSE:     Send/receive functions
  * PROGRAMMERS: Casper S. Hornstrup (chorns@users.sourceforge.net)
  * REVISIONS:
index 256facf..28f044c 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * COPYRIGHT:   See COPYING in the top level directory
  * PROJECT:     ReactOS WinSock 2 DLL
- * FILE:        misc/stubs.c
+ * FILE:        dll/win32/ws2_32/misc/stubs.c
  * PURPOSE:     Stubs
  * PROGRAMMERS: Casper S. Hornstrup (chorns@users.sourceforge.net)
  * REVISIONS:
index 2bf9231..6ddd0ac 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * COPYRIGHT:   See COPYING in the top level directory
  * PROJECT:     ReactOS WinSock 2 DLL
- * FILE:        misc/upcall.c
+ * FILE:        dll/win32/ws2_32/misc/upcall.c
  * PURPOSE:     Upcall functions
  * PROGRAMMERS: Casper S. Hornstrup (chorns@users.sourceforge.net)
  * REVISIONS: