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