https://git.reactos.org/?p=reactos.git;a=commitdiff;h=682f85ad9f0748485c1ab…
commit 682f85ad9f0748485c1aba0e6780af6364a28ace
Author: Serge Gautherie <32623169+SergeGautherie(a)users.noreply.github.com>
AuthorDate: Sun Feb 7 22:17:01 2021 +0100
Commit: GitHub <noreply(a)github.com>
CommitDate: Sun Feb 7 22:17:01 2021 +0100
[DOC][WS2_32][WS2HELP] Fix ws2* paths (#3425)
---
dll/win32/ws2_32/inc/ws2_32.h | 2 +-
dll/win32/ws2_32/inc/ws2_32p.h | 2 +-
dll/win32/ws2_32/src/addrconv.c | 2 +-
dll/win32/ws2_32/src/addrinfo.c | 2 +-
dll/win32/ws2_32/src/async.c | 2 +-
dll/win32/ws2_32/src/bhook.c | 2 +-
dll/win32/ws2_32/src/dcatalog.c | 2 +-
dll/win32/ws2_32/src/dcatitem.c | 2 +-
dll/win32/ws2_32/src/dllmain.c | 2 +-
dll/win32/ws2_32/src/dprocess.c | 2 +-
dll/win32/ws2_32/src/dprovide.c | 2 +-
dll/win32/ws2_32/src/dsocket.c | 2 +-
dll/win32/ws2_32/src/dthread.c | 2 +-
dll/win32/ws2_32/src/dupsock.c | 2 +-
dll/win32/ws2_32/src/enumprot.c | 2 +-
dll/win32/ws2_32/src/event.c | 2 +-
dll/win32/ws2_32/src/getproto.c | 2 +-
dll/win32/ws2_32/src/getxbyxx.c | 2 +-
dll/win32/ws2_32/src/ioctl.c | 2 +-
dll/win32/ws2_32/src/nscatalo.c | 2 +-
dll/win32/ws2_32/src/nscatent.c | 2 +-
dll/win32/ws2_32/src/nspinstl.c | 2 +-
dll/win32/ws2_32/src/nsprovid.c | 2 +-
dll/win32/ws2_32/src/nsquery.c | 2 +-
dll/win32/ws2_32/src/qos.c | 2 +-
dll/win32/ws2_32/src/qshelpr.c | 2 +-
dll/win32/ws2_32/src/rasdial.c | 2 +-
dll/win32/ws2_32/src/recv.c | 2 +-
dll/win32/ws2_32/src/rnr.c | 2 +-
dll/win32/ws2_32/src/scihlpr.c | 2 +-
dll/win32/ws2_32/src/select.c | 2 +-
dll/win32/ws2_32/src/send.c | 2 +-
dll/win32/ws2_32/src/sockctrl.c | 2 +-
dll/win32/ws2_32/src/socklife.c | 2 +-
dll/win32/ws2_32/src/spinstal.c | 2 +-
dll/win32/ws2_32/src/sputil.c | 2 +-
dll/win32/ws2_32/src/startup.c | 2 +-
dll/win32/ws2_32/src/wsautil.c | 2 +-
dll/win32/ws2help/apc.c | 2 +-
dll/win32/ws2help/context.c | 2 +-
dll/win32/ws2help/dllmain.c | 2 +-
dll/win32/ws2help/handle.c | 2 +-
dll/win32/ws2help/notify.c | 2 +-
dll/win32/ws2help/precomp.h | 2 +-
dll/win32/ws2help/wshdrv.h | 2 +-
media/doc/WINESYNC.txt | 3 ---
46 files changed, 45 insertions(+), 48 deletions(-)
diff --git a/dll/win32/ws2_32/inc/ws2_32.h b/dll/win32/ws2_32/inc/ws2_32.h
index 349a9624790..b65d27a03ea 100644
--- a/dll/win32/ws2_32/inc/ws2_32.h
+++ b/dll/win32/ws2_32/inc/ws2_32.h
@@ -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
*/
diff --git a/dll/win32/ws2_32/inc/ws2_32p.h b/dll/win32/ws2_32/inc/ws2_32p.h
index 968c6ce7b83..5f1c748b97e 100644
--- a/dll/win32/ws2_32/inc/ws2_32p.h
+++ b/dll/win32/ws2_32/inc/ws2_32p.h
@@ -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
*/
diff --git a/dll/win32/ws2_32/src/addrconv.c b/dll/win32/ws2_32/src/addrconv.c
index b91bc1e720f..3cfca497a47 100644
--- a/dll/win32/ws2_32/src/addrconv.c
+++ b/dll/win32/ws2_32/src/addrconv.c
@@ -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(a)relsoft.net)
*/
diff --git a/dll/win32/ws2_32/src/addrinfo.c b/dll/win32/ws2_32/src/addrinfo.c
index 285e9458a6d..e49d2ac64b0 100644
--- a/dll/win32/ws2_32/src/addrinfo.c
+++ b/dll/win32/ws2_32/src/addrinfo.c
@@ -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(a)relsoft.net)
*/
diff --git a/dll/win32/ws2_32/src/async.c b/dll/win32/ws2_32/src/async.c
index 52eb42e663d..207e83ec098 100644
--- a/dll/win32/ws2_32/src/async.c
+++ b/dll/win32/ws2_32/src/async.c
@@ -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(a)relsoft.net)
*/
diff --git a/dll/win32/ws2_32/src/bhook.c b/dll/win32/ws2_32/src/bhook.c
index 6ce056cc597..c59b54b0c0c 100644
--- a/dll/win32/ws2_32/src/bhook.c
+++ b/dll/win32/ws2_32/src/bhook.c
@@ -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(a)relsoft.net)
*/
diff --git a/dll/win32/ws2_32/src/dcatalog.c b/dll/win32/ws2_32/src/dcatalog.c
index 3b7929f9d04..d91ec564349 100644
--- a/dll/win32/ws2_32/src/dcatalog.c
+++ b/dll/win32/ws2_32/src/dcatalog.c
@@ -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(a)relsoft.net)
*/
diff --git a/dll/win32/ws2_32/src/dcatitem.c b/dll/win32/ws2_32/src/dcatitem.c
index 28ec0fa8f83..de0b7c1489b 100644
--- a/dll/win32/ws2_32/src/dcatitem.c
+++ b/dll/win32/ws2_32/src/dcatitem.c
@@ -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(a)relsoft.net)
*/
diff --git a/dll/win32/ws2_32/src/dllmain.c b/dll/win32/ws2_32/src/dllmain.c
index 4d7595a0337..67d7c432fe1 100644
--- a/dll/win32/ws2_32/src/dllmain.c
+++ b/dll/win32/ws2_32/src/dllmain.c
@@ -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(a)relsoft.net)
*/
diff --git a/dll/win32/ws2_32/src/dprocess.c b/dll/win32/ws2_32/src/dprocess.c
index ad3ef575d3b..2ab9e150267 100644
--- a/dll/win32/ws2_32/src/dprocess.c
+++ b/dll/win32/ws2_32/src/dprocess.c
@@ -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(a)relsoft.net)
*/
diff --git a/dll/win32/ws2_32/src/dprovide.c b/dll/win32/ws2_32/src/dprovide.c
index bc0f2f057b8..f5d9b4c4391 100644
--- a/dll/win32/ws2_32/src/dprovide.c
+++ b/dll/win32/ws2_32/src/dprovide.c
@@ -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(a)relsoft.net)
*/
diff --git a/dll/win32/ws2_32/src/dsocket.c b/dll/win32/ws2_32/src/dsocket.c
index 382859faa63..ddc220ef25c 100644
--- a/dll/win32/ws2_32/src/dsocket.c
+++ b/dll/win32/ws2_32/src/dsocket.c
@@ -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(a)relsoft.net)
*/
diff --git a/dll/win32/ws2_32/src/dthread.c b/dll/win32/ws2_32/src/dthread.c
index d919d909352..fdbd46353a1 100644
--- a/dll/win32/ws2_32/src/dthread.c
+++ b/dll/win32/ws2_32/src/dthread.c
@@ -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(a)relsoft.net)
*/
diff --git a/dll/win32/ws2_32/src/dupsock.c b/dll/win32/ws2_32/src/dupsock.c
index 44e8a85cf92..6a55b65cef6 100644
--- a/dll/win32/ws2_32/src/dupsock.c
+++ b/dll/win32/ws2_32/src/dupsock.c
@@ -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(a)relsoft.net)
*/
diff --git a/dll/win32/ws2_32/src/enumprot.c b/dll/win32/ws2_32/src/enumprot.c
index be1ff596cc6..b344a6cec62 100644
--- a/dll/win32/ws2_32/src/enumprot.c
+++ b/dll/win32/ws2_32/src/enumprot.c
@@ -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(a)relsoft.net)
* Pierre Schweitzer
diff --git a/dll/win32/ws2_32/src/event.c b/dll/win32/ws2_32/src/event.c
index d359e054903..0cb43107965 100644
--- a/dll/win32/ws2_32/src/event.c
+++ b/dll/win32/ws2_32/src/event.c
@@ -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(a)relsoft.net)
*/
diff --git a/dll/win32/ws2_32/src/getproto.c b/dll/win32/ws2_32/src/getproto.c
index 1f67cbdecc4..38daf580f82 100644
--- a/dll/win32/ws2_32/src/getproto.c
+++ b/dll/win32/ws2_32/src/getproto.c
@@ -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(a)relsoft.net)
*/
diff --git a/dll/win32/ws2_32/src/getxbyxx.c b/dll/win32/ws2_32/src/getxbyxx.c
index 50177d7ade6..8f559346222 100644
--- a/dll/win32/ws2_32/src/getxbyxx.c
+++ b/dll/win32/ws2_32/src/getxbyxx.c
@@ -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(a)relsoft.net)
*/
diff --git a/dll/win32/ws2_32/src/ioctl.c b/dll/win32/ws2_32/src/ioctl.c
index 486573994ab..95ab2122c9c 100644
--- a/dll/win32/ws2_32/src/ioctl.c
+++ b/dll/win32/ws2_32/src/ioctl.c
@@ -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(a)relsoft.net)
*/
diff --git a/dll/win32/ws2_32/src/nscatalo.c b/dll/win32/ws2_32/src/nscatalo.c
index 43a782a058a..6d32a4c8b7c 100644
--- a/dll/win32/ws2_32/src/nscatalo.c
+++ b/dll/win32/ws2_32/src/nscatalo.c
@@ -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(a)relsoft.net)
*/
diff --git a/dll/win32/ws2_32/src/nscatent.c b/dll/win32/ws2_32/src/nscatent.c
index b4835540479..53f00b5f607 100644
--- a/dll/win32/ws2_32/src/nscatent.c
+++ b/dll/win32/ws2_32/src/nscatent.c
@@ -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(a)relsoft.net)
*/
diff --git a/dll/win32/ws2_32/src/nspinstl.c b/dll/win32/ws2_32/src/nspinstl.c
index 4278ea6f780..22849d3540f 100644
--- a/dll/win32/ws2_32/src/nspinstl.c
+++ b/dll/win32/ws2_32/src/nspinstl.c
@@ -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(a)relsoft.net)
*/
diff --git a/dll/win32/ws2_32/src/nsprovid.c b/dll/win32/ws2_32/src/nsprovid.c
index 8856f057d86..70d03c445f8 100644
--- a/dll/win32/ws2_32/src/nsprovid.c
+++ b/dll/win32/ws2_32/src/nsprovid.c
@@ -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(a)relsoft.net)
*/
diff --git a/dll/win32/ws2_32/src/nsquery.c b/dll/win32/ws2_32/src/nsquery.c
index eb476aeffd5..16c58150c66 100644
--- a/dll/win32/ws2_32/src/nsquery.c
+++ b/dll/win32/ws2_32/src/nsquery.c
@@ -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(a)relsoft.net)
*/
diff --git a/dll/win32/ws2_32/src/qos.c b/dll/win32/ws2_32/src/qos.c
index e80fe1d3c93..a606cb7319f 100644
--- a/dll/win32/ws2_32/src/qos.c
+++ b/dll/win32/ws2_32/src/qos.c
@@ -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(a)relsoft.net)
*/
diff --git a/dll/win32/ws2_32/src/qshelpr.c b/dll/win32/ws2_32/src/qshelpr.c
index 48b31121382..f95512304b4 100644
--- a/dll/win32/ws2_32/src/qshelpr.c
+++ b/dll/win32/ws2_32/src/qshelpr.c
@@ -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(a)relsoft.net)
*/
diff --git a/dll/win32/ws2_32/src/rasdial.c b/dll/win32/ws2_32/src/rasdial.c
index 46175896c86..691152e6639 100644
--- a/dll/win32/ws2_32/src/rasdial.c
+++ b/dll/win32/ws2_32/src/rasdial.c
@@ -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(a)relsoft.net)
*/
diff --git a/dll/win32/ws2_32/src/recv.c b/dll/win32/ws2_32/src/recv.c
index 83784bc8481..7ab31c05b01 100644
--- a/dll/win32/ws2_32/src/recv.c
+++ b/dll/win32/ws2_32/src/recv.c
@@ -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(a)relsoft.net)
*/
diff --git a/dll/win32/ws2_32/src/rnr.c b/dll/win32/ws2_32/src/rnr.c
index 43ebea276cd..b6e1fd691b2 100644
--- a/dll/win32/ws2_32/src/rnr.c
+++ b/dll/win32/ws2_32/src/rnr.c
@@ -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(a)relsoft.net)
*/
diff --git a/dll/win32/ws2_32/src/scihlpr.c b/dll/win32/ws2_32/src/scihlpr.c
index 4b8bb6ea772..5c8a0bd1c33 100644
--- a/dll/win32/ws2_32/src/scihlpr.c
+++ b/dll/win32/ws2_32/src/scihlpr.c
@@ -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(a)relsoft.net)
*/
diff --git a/dll/win32/ws2_32/src/select.c b/dll/win32/ws2_32/src/select.c
index 444e3c67f3c..5062b6441cf 100644
--- a/dll/win32/ws2_32/src/select.c
+++ b/dll/win32/ws2_32/src/select.c
@@ -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(a)relsoft.net)
*/
diff --git a/dll/win32/ws2_32/src/send.c b/dll/win32/ws2_32/src/send.c
index bba4ab032c0..189cb5ef222 100644
--- a/dll/win32/ws2_32/src/send.c
+++ b/dll/win32/ws2_32/src/send.c
@@ -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(a)relsoft.net)
*/
diff --git a/dll/win32/ws2_32/src/sockctrl.c b/dll/win32/ws2_32/src/sockctrl.c
index 458aafec077..15a13a55053 100644
--- a/dll/win32/ws2_32/src/sockctrl.c
+++ b/dll/win32/ws2_32/src/sockctrl.c
@@ -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(a)relsoft.net)
*/
diff --git a/dll/win32/ws2_32/src/socklife.c b/dll/win32/ws2_32/src/socklife.c
index 5b14364f550..a04eb8f01d2 100644
--- a/dll/win32/ws2_32/src/socklife.c
+++ b/dll/win32/ws2_32/src/socklife.c
@@ -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(a)relsoft.net)
*/
diff --git a/dll/win32/ws2_32/src/spinstal.c b/dll/win32/ws2_32/src/spinstal.c
index 8b6ee895924..3e5d420d1a9 100644
--- a/dll/win32/ws2_32/src/spinstal.c
+++ b/dll/win32/ws2_32/src/spinstal.c
@@ -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(a)relsoft.net)
*/
diff --git a/dll/win32/ws2_32/src/sputil.c b/dll/win32/ws2_32/src/sputil.c
index f43de290dd7..0e143bf0c14 100644
--- a/dll/win32/ws2_32/src/sputil.c
+++ b/dll/win32/ws2_32/src/sputil.c
@@ -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(a)relsoft.net)
*/
diff --git a/dll/win32/ws2_32/src/startup.c b/dll/win32/ws2_32/src/startup.c
index 86706c84793..005ca68353e 100644
--- a/dll/win32/ws2_32/src/startup.c
+++ b/dll/win32/ws2_32/src/startup.c
@@ -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(a)relsoft.net)
*/
diff --git a/dll/win32/ws2_32/src/wsautil.c b/dll/win32/ws2_32/src/wsautil.c
index d40ea2829b5..33563dc6e22 100644
--- a/dll/win32/ws2_32/src/wsautil.c
+++ b/dll/win32/ws2_32/src/wsautil.c
@@ -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(a)relsoft.net)
*/
diff --git a/dll/win32/ws2help/apc.c b/dll/win32/ws2help/apc.c
index 0e55a891a2b..3a7b675b1a3 100644
--- a/dll/win32/ws2help/apc.c
+++ b/dll/win32/ws2help/apc.c
@@ -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
*/
diff --git a/dll/win32/ws2help/context.c b/dll/win32/ws2help/context.c
index 05230d16465..40b6145e88c 100644
--- a/dll/win32/ws2help/context.c
+++ b/dll/win32/ws2help/context.c
@@ -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
*/
diff --git a/dll/win32/ws2help/dllmain.c b/dll/win32/ws2help/dllmain.c
index dc18f1e0727..f563487626c 100644
--- a/dll/win32/ws2help/dllmain.c
+++ b/dll/win32/ws2help/dllmain.c
@@ -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
*/
diff --git a/dll/win32/ws2help/handle.c b/dll/win32/ws2help/handle.c
index 00ead65e21b..ef5d9750dde 100644
--- a/dll/win32/ws2help/handle.c
+++ b/dll/win32/ws2help/handle.c
@@ -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
*/
diff --git a/dll/win32/ws2help/notify.c b/dll/win32/ws2help/notify.c
index ddec693693d..01421c47b17 100644
--- a/dll/win32/ws2help/notify.c
+++ b/dll/win32/ws2help/notify.c
@@ -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
*/
diff --git a/dll/win32/ws2help/precomp.h b/dll/win32/ws2help/precomp.h
index 394a71a009e..37efa95b665 100644
--- a/dll/win32/ws2help/precomp.h
+++ b/dll/win32/ws2help/precomp.h
@@ -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
*/
diff --git a/dll/win32/ws2help/wshdrv.h b/dll/win32/ws2help/wshdrv.h
index 44b67721204..0db8ee34506 100644
--- a/dll/win32/ws2help/wshdrv.h
+++ b/dll/win32/ws2help/wshdrv.h
@@ -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
*/
diff --git a/media/doc/WINESYNC.txt b/media/doc/WINESYNC.txt
index e73dccfd1f3..1b78cfd0cfd 100644
--- a/media/doc/WINESYNC.txt
+++ b/media/doc/WINESYNC.txt
@@ -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