From 698ff57ea62e09a660df23e5c2b1b5541472882c Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Sun, 26 Jul 2009 06:00:32 +0000 Subject: [PATCH] - Begin using ws2help_new - I have tested this with various applications in ROS - Part 2 of 2 svn path=/trunk/; revision=42225 --- reactos/dll/win32/{ws2help_new => ws2help}/apc.c | 0 reactos/dll/win32/{ws2help_new => ws2help}/context.c | 0 reactos/dll/win32/{ws2help_new => ws2help}/dllmain.c | 0 reactos/dll/win32/{ws2help_new => ws2help}/handle.c | 0 reactos/dll/win32/{ws2help_new => ws2help}/notify.c | 0 reactos/dll/win32/{ws2help_new => ws2help}/precomp.h | 0 reactos/dll/win32/{ws2help_new => ws2help}/ws2help.h | 0 reactos/dll/win32/{ws2help_new => ws2help}/ws2help.rbuild | 0 reactos/dll/win32/{ws2help_new => ws2help}/ws2help.rc | 0 reactos/dll/win32/{ws2help_new => ws2help}/ws2help.spec | 0 reactos/dll/win32/{ws2help_new => ws2help}/wshdrv.h | 0 11 files changed, 0 insertions(+), 0 deletions(-) rename reactos/dll/win32/{ws2help_new => ws2help}/apc.c (100%) rename reactos/dll/win32/{ws2help_new => ws2help}/context.c (100%) rename reactos/dll/win32/{ws2help_new => ws2help}/dllmain.c (100%) rename reactos/dll/win32/{ws2help_new => ws2help}/handle.c (100%) rename reactos/dll/win32/{ws2help_new => ws2help}/notify.c (100%) rename reactos/dll/win32/{ws2help_new => ws2help}/precomp.h (100%) rename reactos/dll/win32/{ws2help_new => ws2help}/ws2help.h (100%) rename reactos/dll/win32/{ws2help_new => ws2help}/ws2help.rbuild (100%) rename reactos/dll/win32/{ws2help_new => ws2help}/ws2help.rc (100%) rename reactos/dll/win32/{ws2help_new => ws2help}/ws2help.spec (100%) rename reactos/dll/win32/{ws2help_new => ws2help}/wshdrv.h (100%) diff --git a/reactos/dll/win32/ws2help_new/apc.c b/reactos/dll/win32/ws2help/apc.c similarity index 100% rename from reactos/dll/win32/ws2help_new/apc.c rename to reactos/dll/win32/ws2help/apc.c diff --git a/reactos/dll/win32/ws2help_new/context.c b/reactos/dll/win32/ws2help/context.c similarity index 100% rename from reactos/dll/win32/ws2help_new/context.c rename to reactos/dll/win32/ws2help/context.c diff --git a/reactos/dll/win32/ws2help_new/dllmain.c b/reactos/dll/win32/ws2help/dllmain.c similarity index 100% rename from reactos/dll/win32/ws2help_new/dllmain.c rename to reactos/dll/win32/ws2help/dllmain.c diff --git a/reactos/dll/win32/ws2help_new/handle.c b/reactos/dll/win32/ws2help/handle.c similarity index 100% rename from reactos/dll/win32/ws2help_new/handle.c rename to reactos/dll/win32/ws2help/handle.c diff --git a/reactos/dll/win32/ws2help_new/notify.c b/reactos/dll/win32/ws2help/notify.c similarity index 100% rename from reactos/dll/win32/ws2help_new/notify.c rename to reactos/dll/win32/ws2help/notify.c diff --git a/reactos/dll/win32/ws2help_new/precomp.h b/reactos/dll/win32/ws2help/precomp.h similarity index 100% rename from reactos/dll/win32/ws2help_new/precomp.h rename to reactos/dll/win32/ws2help/precomp.h diff --git a/reactos/dll/win32/ws2help_new/ws2help.h b/reactos/dll/win32/ws2help/ws2help.h similarity index 100% rename from reactos/dll/win32/ws2help_new/ws2help.h rename to reactos/dll/win32/ws2help/ws2help.h diff --git a/reactos/dll/win32/ws2help_new/ws2help.rbuild b/reactos/dll/win32/ws2help/ws2help.rbuild similarity index 100% rename from reactos/dll/win32/ws2help_new/ws2help.rbuild rename to reactos/dll/win32/ws2help/ws2help.rbuild diff --git a/reactos/dll/win32/ws2help_new/ws2help.rc b/reactos/dll/win32/ws2help/ws2help.rc similarity index 100% rename from reactos/dll/win32/ws2help_new/ws2help.rc rename to reactos/dll/win32/ws2help/ws2help.rc diff --git a/reactos/dll/win32/ws2help_new/ws2help.spec b/reactos/dll/win32/ws2help/ws2help.spec similarity index 100% rename from reactos/dll/win32/ws2help_new/ws2help.spec rename to reactos/dll/win32/ws2help/ws2help.spec diff --git a/reactos/dll/win32/ws2help_new/wshdrv.h b/reactos/dll/win32/ws2help/wshdrv.h similarity index 100% rename from reactos/dll/win32/ws2help_new/wshdrv.h rename to reactos/dll/win32/ws2help/wshdrv.h