mirror of
https://github.com/reactos/reactos.git
synced 2025-01-04 21:38:43 +00:00
fixed file headers
svn path=/trunk/; revision=10463
This commit is contained in:
parent
a201e6c460
commit
757eac9cfb
2 changed files with 7 additions and 13 deletions
|
@ -16,18 +16,15 @@
|
||||||
* along with this program; if not, write to the Free Software
|
* along with this program; if not, write to the Free Software
|
||||||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||||
*/
|
*/
|
||||||
/* $Id: aclui.c,v 1.1 2004/08/10 00:09:40 weiden Exp $
|
/* $Id: aclui.c,v 1.2 2004/08/10 00:12:31 weiden Exp $
|
||||||
*
|
*
|
||||||
* PROJECT: ReactOS Access Control List Editor
|
* PROJECT: ReactOS Access Control List Editor
|
||||||
* FILE: lib/acledit/acledit.c
|
* FILE: lib/aclui/aclui.c
|
||||||
* PURPOSE: Access Control List Editor
|
* PURPOSE: Access Control List Editor
|
||||||
* PROGRAMMER: Thomas Weidenmueller (w3seek@users.sourceforge.net)
|
* PROGRAMMER: Thomas Weidenmueller (w3seek@users.sourceforge.net)
|
||||||
*
|
*
|
||||||
* Based on guess work and on this nice article:
|
|
||||||
* http://www.sysinternals.com/ntw2k/info/acledit.shtml
|
|
||||||
*
|
|
||||||
* UPDATE HISTORY:
|
* UPDATE HISTORY:
|
||||||
* 07/09/2004 Created
|
* 08/10/2004 Created
|
||||||
*/
|
*/
|
||||||
#define INITGUID
|
#define INITGUID
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
|
|
|
@ -1,17 +1,14 @@
|
||||||
/* $Id: stubs.c,v 1.1 2004/08/10 00:09:40 weiden Exp $
|
/* $Id: stubs.c,v 1.2 2004/08/10 00:12:31 weiden Exp $
|
||||||
*
|
*
|
||||||
* COPYRIGHT: See COPYING in the top level directory
|
* COPYRIGHT: See COPYING in the top level directory
|
||||||
* PROJECT: ReactOS Access Control List Editor
|
* PROJECT: ReactOS Access Control List Editor
|
||||||
* FILE: lib/acledit/stubs.c
|
* FILE: lib/aclui/stubs.c
|
||||||
* PURPOSE: acledit.dll stubs
|
* PURPOSE: aclui.dll stubs
|
||||||
* PROGRAMMER: Thomas Weidenmueller <w3seek@reactos.com>
|
* PROGRAMMER: Thomas Weidenmueller <w3seek@reactos.com>
|
||||||
* NOTES: If you implement a function, remove it from this file
|
* NOTES: If you implement a function, remove it from this file
|
||||||
*
|
*
|
||||||
* Based on guess work and on this nice article:
|
|
||||||
* http://www.sysinternals.com/ntw2k/info/acledit.shtml
|
|
||||||
*
|
|
||||||
* UPDATE HISTORY:
|
* UPDATE HISTORY:
|
||||||
* 07/09/2004 Created
|
* 08/10/2004 Created
|
||||||
*/
|
*/
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
#include <aclui.h>
|
#include <aclui.h>
|
||||||
|
|
Loading…
Reference in a new issue