define IID_ISecurityInformation in a separate file not using the precomp.h

svn path=/trunk/; revision=19475
This commit is contained in:
Thomas Bluemel 2005-11-23 01:39:45 +00:00
parent 1676773413
commit 8665826884
3 changed files with 26 additions and 4 deletions

View file

@ -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>

25
reactos/lib/aclui/guid.c Normal file
View file

@ -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 */

View file

@ -26,10 +26,6 @@
* UPDATE HISTORY:
* 07/01/2005 Created
*/
#define INITGUID
#include <windows.h>
#include <aclui.h>
#include <precomp.h>
static PCWSTR ObjectPickerAttributes[] =