From f2ded273f3733078d4fec11ed7c394aa8dd0b2bb Mon Sep 17 00:00:00 2001 From: Maarten Bosma Date: Fri, 17 Feb 2006 18:26:11 +0000 Subject: [PATCH] Moved authz in win32 svn path=/trunk/; revision=21094 --- reactos/dll/{ => win32}/authz/authz.c | 0 reactos/dll/{ => win32}/authz/authz.def | 0 reactos/dll/{ => win32}/authz/authz.rc | 0 reactos/dll/{ => win32}/authz/authz.xml | 0 reactos/dll/{ => win32}/authz/clictx.c | 0 reactos/dll/{ => win32}/authz/precomp.h | 0 reactos/dll/{ => win32}/authz/resman.c | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename reactos/dll/{ => win32}/authz/authz.c (100%) rename reactos/dll/{ => win32}/authz/authz.def (100%) rename reactos/dll/{ => win32}/authz/authz.rc (100%) rename reactos/dll/{ => win32}/authz/authz.xml (100%) rename reactos/dll/{ => win32}/authz/clictx.c (100%) rename reactos/dll/{ => win32}/authz/precomp.h (100%) rename reactos/dll/{ => win32}/authz/resman.c (100%) diff --git a/reactos/dll/authz/authz.c b/reactos/dll/win32/authz/authz.c similarity index 100% rename from reactos/dll/authz/authz.c rename to reactos/dll/win32/authz/authz.c diff --git a/reactos/dll/authz/authz.def b/reactos/dll/win32/authz/authz.def similarity index 100% rename from reactos/dll/authz/authz.def rename to reactos/dll/win32/authz/authz.def diff --git a/reactos/dll/authz/authz.rc b/reactos/dll/win32/authz/authz.rc similarity index 100% rename from reactos/dll/authz/authz.rc rename to reactos/dll/win32/authz/authz.rc diff --git a/reactos/dll/authz/authz.xml b/reactos/dll/win32/authz/authz.xml similarity index 100% rename from reactos/dll/authz/authz.xml rename to reactos/dll/win32/authz/authz.xml diff --git a/reactos/dll/authz/clictx.c b/reactos/dll/win32/authz/clictx.c similarity index 100% rename from reactos/dll/authz/clictx.c rename to reactos/dll/win32/authz/clictx.c diff --git a/reactos/dll/authz/precomp.h b/reactos/dll/win32/authz/precomp.h similarity index 100% rename from reactos/dll/authz/precomp.h rename to reactos/dll/win32/authz/precomp.h diff --git a/reactos/dll/authz/resman.c b/reactos/dll/win32/authz/resman.c similarity index 100% rename from reactos/dll/authz/resman.c rename to reactos/dll/win32/authz/resman.c