From ab7af7de0e529412e3e4884a4260381b230cd5fd Mon Sep 17 00:00:00 2001 From: Aleksey Bragin Date: Fri, 17 Mar 2006 15:43:34 +0000 Subject: [PATCH] [AUDIT] reactos/base/applications: - Unlock text resources, .rbuild files - Unlock obviously clean stuff (e.g. taken from Wine, or not written by ReactOS developers, or smaller than 5 lines funcs) svn path=/trunk/; revision=21323 --- reactos/base/applications/utils/ps/ps.rbuild | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/reactos/base/applications/utils/ps/ps.rbuild b/reactos/base/applications/utils/ps/ps.rbuild index dbb0d7fd8ee..fa062fc608e 100644 --- a/reactos/base/applications/utils/ps/ps.rbuild +++ b/reactos/base/applications/utils/ps/ps.rbuild @@ -1,8 +1,8 @@ - - . - - user32 - kernel32 - ntdll - ps.c + + . + + user32 + kernel32 + ntdll + ps.c \ No newline at end of file