define IID_ISecurityInformation in a separate file not using the precomp.h
Modified: trunk/reactos/lib/aclui/aclui.xml
Added: trunk/reactos/lib/aclui/guid.c
Modified: trunk/reactos/lib/aclui/misc.c

Modified: trunk/reactos/lib/aclui/aclui.xml
--- trunk/reactos/lib/aclui/aclui.xml	2005-11-23 00:27:26 UTC (rev 19474)
+++ trunk/reactos/lib/aclui/aclui.xml	2005-11-23 01:39:45 UTC (rev 19475)
@@ -18,6 +18,7 @@
 	<library>uxtheme</library>
 	<file>aclui.c</file>
 	<file>checklist.c</file>
+	<file>guid.c</file>
 	<file>misc.c</file>
 	<file>aclui.rc</file>
 	<pch>precomp.h</pch>

Added: trunk/reactos/lib/aclui/guid.c
--- trunk/reactos/lib/aclui/guid.c	2005-11-23 00:27:26 UTC (rev 19474)
+++ trunk/reactos/lib/aclui/guid.c	2005-11-23 01:39:45 UTC (rev 19475)
@@ -0,0 +1,25 @@
+/*
+ * ReactOS Access Control List Editor
+ * Copyright (C) 2004-2005 ReactOS Team
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ */
+
+#include <initguid.h>
+#include <windows.h>
+#include <aclui.h>
+#include <objsel.h>
+
+/* NO CODE HERE, THIS IS JUST REQUIRED FOR THE GUID DEFINITIONS */
Property changes on: trunk/reactos/lib/aclui/guid.c
___________________________________________________________________
Name: svn:keywords
   + author date revision
Name: svn:eol-style
   + native

Modified: trunk/reactos/lib/aclui/misc.c
--- trunk/reactos/lib/aclui/misc.c	2005-11-23 00:27:26 UTC (rev 19474)
+++ trunk/reactos/lib/aclui/misc.c	2005-11-23 01:39:45 UTC (rev 19475)
@@ -26,10 +26,6 @@
  * UPDATE HISTORY:
  *      07/01/2005  Created
  */
-#define INITGUID
-#include <windows.h>
-#include <aclui.h>
-
 #include <precomp.h>
 
 static PCWSTR ObjectPickerAttributes[] =