From 2594dbd5c46cac24503abdf1ffbd1dd4c54cc86c Mon Sep 17 00:00:00 2001 From: Maarten Bosma Date: Fri, 17 Feb 2006 18:28:48 +0000 Subject: [PATCH] Moved in win32 svn path=/trunk/; revision=21098 --- reactos/dll/{ => win32}/dbghelp/Makefile.in | 0 reactos/dll/{ => win32}/dbghelp/coff.c | 0 reactos/dll/{ => win32}/dbghelp/dbghelp.c | 0 reactos/dll/{ => win32}/dbghelp/dbghelp.rc | 0 reactos/dll/{ => win32}/dbghelp/dbghelp.spec | 0 reactos/dll/{ => win32}/dbghelp/dbghelp.xml | 0 reactos/dll/{ => win32}/dbghelp/dbghelp_private.h | 0 reactos/dll/{ => win32}/dbghelp/elf_module.c | 0 reactos/dll/{ => win32}/dbghelp/image.c | 0 reactos/dll/{ => win32}/dbghelp/memory.c | 0 reactos/dll/{ => win32}/dbghelp/minidump.c | 0 reactos/dll/{ => win32}/dbghelp/module.c | 0 reactos/dll/{ => win32}/dbghelp/msc.c | 0 reactos/dll/{ => win32}/dbghelp/mscvpdb.h | 0 reactos/dll/{ => win32}/dbghelp/path.c | 0 reactos/dll/{ => win32}/dbghelp/pe_module.c | 0 reactos/dll/{ => win32}/dbghelp/regex.c | 0 reactos/dll/{ => win32}/dbghelp/regex.h | 0 reactos/dll/{ => win32}/dbghelp/source.c | 0 reactos/dll/{ => win32}/dbghelp/stabs.c | 0 reactos/dll/{ => win32}/dbghelp/stack.c | 0 reactos/dll/{ => win32}/dbghelp/stackframe.h | 0 reactos/dll/{ => win32}/dbghelp/storage.c | 0 reactos/dll/{ => win32}/dbghelp/symbol.c | 0 reactos/dll/{ => win32}/dbghelp/thread.h | 0 reactos/dll/{ => win32}/dbghelp/type.c | 0 26 files changed, 0 insertions(+), 0 deletions(-) rename reactos/dll/{ => win32}/dbghelp/Makefile.in (100%) rename reactos/dll/{ => win32}/dbghelp/coff.c (100%) rename reactos/dll/{ => win32}/dbghelp/dbghelp.c (100%) rename reactos/dll/{ => win32}/dbghelp/dbghelp.rc (100%) rename reactos/dll/{ => win32}/dbghelp/dbghelp.spec (100%) rename reactos/dll/{ => win32}/dbghelp/dbghelp.xml (100%) rename reactos/dll/{ => win32}/dbghelp/dbghelp_private.h (100%) rename reactos/dll/{ => win32}/dbghelp/elf_module.c (100%) rename reactos/dll/{ => win32}/dbghelp/image.c (100%) rename reactos/dll/{ => win32}/dbghelp/memory.c (100%) rename reactos/dll/{ => win32}/dbghelp/minidump.c (100%) rename reactos/dll/{ => win32}/dbghelp/module.c (100%) rename reactos/dll/{ => win32}/dbghelp/msc.c (100%) rename reactos/dll/{ => win32}/dbghelp/mscvpdb.h (100%) rename reactos/dll/{ => win32}/dbghelp/path.c (100%) rename reactos/dll/{ => win32}/dbghelp/pe_module.c (100%) rename reactos/dll/{ => win32}/dbghelp/regex.c (100%) rename reactos/dll/{ => win32}/dbghelp/regex.h (100%) rename reactos/dll/{ => win32}/dbghelp/source.c (100%) rename reactos/dll/{ => win32}/dbghelp/stabs.c (100%) rename reactos/dll/{ => win32}/dbghelp/stack.c (100%) rename reactos/dll/{ => win32}/dbghelp/stackframe.h (100%) rename reactos/dll/{ => win32}/dbghelp/storage.c (100%) rename reactos/dll/{ => win32}/dbghelp/symbol.c (100%) rename reactos/dll/{ => win32}/dbghelp/thread.h (100%) rename reactos/dll/{ => win32}/dbghelp/type.c (100%) diff --git a/reactos/dll/dbghelp/Makefile.in b/reactos/dll/win32/dbghelp/Makefile.in similarity index 100% rename from reactos/dll/dbghelp/Makefile.in rename to reactos/dll/win32/dbghelp/Makefile.in diff --git a/reactos/dll/dbghelp/coff.c b/reactos/dll/win32/dbghelp/coff.c similarity index 100% rename from reactos/dll/dbghelp/coff.c rename to reactos/dll/win32/dbghelp/coff.c diff --git a/reactos/dll/dbghelp/dbghelp.c b/reactos/dll/win32/dbghelp/dbghelp.c similarity index 100% rename from reactos/dll/dbghelp/dbghelp.c rename to reactos/dll/win32/dbghelp/dbghelp.c diff --git a/reactos/dll/dbghelp/dbghelp.rc b/reactos/dll/win32/dbghelp/dbghelp.rc similarity index 100% rename from reactos/dll/dbghelp/dbghelp.rc rename to reactos/dll/win32/dbghelp/dbghelp.rc diff --git a/reactos/dll/dbghelp/dbghelp.spec b/reactos/dll/win32/dbghelp/dbghelp.spec similarity index 100% rename from reactos/dll/dbghelp/dbghelp.spec rename to reactos/dll/win32/dbghelp/dbghelp.spec diff --git a/reactos/dll/dbghelp/dbghelp.xml b/reactos/dll/win32/dbghelp/dbghelp.xml similarity index 100% rename from reactos/dll/dbghelp/dbghelp.xml rename to reactos/dll/win32/dbghelp/dbghelp.xml diff --git a/reactos/dll/dbghelp/dbghelp_private.h b/reactos/dll/win32/dbghelp/dbghelp_private.h similarity index 100% rename from reactos/dll/dbghelp/dbghelp_private.h rename to reactos/dll/win32/dbghelp/dbghelp_private.h diff --git a/reactos/dll/dbghelp/elf_module.c b/reactos/dll/win32/dbghelp/elf_module.c similarity index 100% rename from reactos/dll/dbghelp/elf_module.c rename to reactos/dll/win32/dbghelp/elf_module.c diff --git a/reactos/dll/dbghelp/image.c b/reactos/dll/win32/dbghelp/image.c similarity index 100% rename from reactos/dll/dbghelp/image.c rename to reactos/dll/win32/dbghelp/image.c diff --git a/reactos/dll/dbghelp/memory.c b/reactos/dll/win32/dbghelp/memory.c similarity index 100% rename from reactos/dll/dbghelp/memory.c rename to reactos/dll/win32/dbghelp/memory.c diff --git a/reactos/dll/dbghelp/minidump.c b/reactos/dll/win32/dbghelp/minidump.c similarity index 100% rename from reactos/dll/dbghelp/minidump.c rename to reactos/dll/win32/dbghelp/minidump.c diff --git a/reactos/dll/dbghelp/module.c b/reactos/dll/win32/dbghelp/module.c similarity index 100% rename from reactos/dll/dbghelp/module.c rename to reactos/dll/win32/dbghelp/module.c diff --git a/reactos/dll/dbghelp/msc.c b/reactos/dll/win32/dbghelp/msc.c similarity index 100% rename from reactos/dll/dbghelp/msc.c rename to reactos/dll/win32/dbghelp/msc.c diff --git a/reactos/dll/dbghelp/mscvpdb.h b/reactos/dll/win32/dbghelp/mscvpdb.h similarity index 100% rename from reactos/dll/dbghelp/mscvpdb.h rename to reactos/dll/win32/dbghelp/mscvpdb.h diff --git a/reactos/dll/dbghelp/path.c b/reactos/dll/win32/dbghelp/path.c similarity index 100% rename from reactos/dll/dbghelp/path.c rename to reactos/dll/win32/dbghelp/path.c diff --git a/reactos/dll/dbghelp/pe_module.c b/reactos/dll/win32/dbghelp/pe_module.c similarity index 100% rename from reactos/dll/dbghelp/pe_module.c rename to reactos/dll/win32/dbghelp/pe_module.c diff --git a/reactos/dll/dbghelp/regex.c b/reactos/dll/win32/dbghelp/regex.c similarity index 100% rename from reactos/dll/dbghelp/regex.c rename to reactos/dll/win32/dbghelp/regex.c diff --git a/reactos/dll/dbghelp/regex.h b/reactos/dll/win32/dbghelp/regex.h similarity index 100% rename from reactos/dll/dbghelp/regex.h rename to reactos/dll/win32/dbghelp/regex.h diff --git a/reactos/dll/dbghelp/source.c b/reactos/dll/win32/dbghelp/source.c similarity index 100% rename from reactos/dll/dbghelp/source.c rename to reactos/dll/win32/dbghelp/source.c diff --git a/reactos/dll/dbghelp/stabs.c b/reactos/dll/win32/dbghelp/stabs.c similarity index 100% rename from reactos/dll/dbghelp/stabs.c rename to reactos/dll/win32/dbghelp/stabs.c diff --git a/reactos/dll/dbghelp/stack.c b/reactos/dll/win32/dbghelp/stack.c similarity index 100% rename from reactos/dll/dbghelp/stack.c rename to reactos/dll/win32/dbghelp/stack.c diff --git a/reactos/dll/dbghelp/stackframe.h b/reactos/dll/win32/dbghelp/stackframe.h similarity index 100% rename from reactos/dll/dbghelp/stackframe.h rename to reactos/dll/win32/dbghelp/stackframe.h diff --git a/reactos/dll/dbghelp/storage.c b/reactos/dll/win32/dbghelp/storage.c similarity index 100% rename from reactos/dll/dbghelp/storage.c rename to reactos/dll/win32/dbghelp/storage.c diff --git a/reactos/dll/dbghelp/symbol.c b/reactos/dll/win32/dbghelp/symbol.c similarity index 100% rename from reactos/dll/dbghelp/symbol.c rename to reactos/dll/win32/dbghelp/symbol.c diff --git a/reactos/dll/dbghelp/thread.h b/reactos/dll/win32/dbghelp/thread.h similarity index 100% rename from reactos/dll/dbghelp/thread.h rename to reactos/dll/win32/dbghelp/thread.h diff --git a/reactos/dll/dbghelp/type.c b/reactos/dll/win32/dbghelp/type.c similarity index 100% rename from reactos/dll/dbghelp/type.c rename to reactos/dll/win32/dbghelp/type.c