2004-08-15 Casper S. Hornstrup <chorns@users.sourceforge.net>

* lib/advapi32/.cvsignore: Ignore *.gch.
	* lib/advapi32/advapi32.h: New file.
	* lib/advapi32/*/*.c: Use pre-compiled header.

svn path=/trunk/; revision=10553
This commit is contained in:
Casper Hornstrup 2004-08-15 17:03:15 +00:00
parent 0d69d982e0
commit 03664157d6
22 changed files with 58 additions and 84 deletions

View file

@ -1,3 +1,9 @@
2004-08-15 Casper S. Hornstrup <chorns@users.sourceforge.net>
* lib/advapi32/.cvsignore: Ignore *.gch.
* lib/advapi32/advapi32.h: New file.
* lib/advapi32/*/*.c: Use pre-compiled header.
2004-08-15 Casper S. Hornstrup <chorns@users.sourceforge.net>
* ntoskrnl/include/.cvsignore: New file.

View file

@ -7,3 +7,4 @@ temp.exp
*.map
*.tmp
*.o
*.gch

View file

@ -0,0 +1,9 @@
#include <stdarg.h>
#include <string.h>
#include <wchar.h>
#include <tchar.h>
#include <ntdll/rtl.h>
#define NTOS_MODE_USER
#include <ntos.h>
#include <windows.h>
#include <rosrtl/string.h>

View file

@ -1,4 +1,4 @@
# $Id: makefile,v 1.41 2004/06/17 09:07:12 ekohl Exp $
# $Id: makefile,v 1.42 2004/08/15 17:03:14 chorns Exp $
PATH_TO_TOP = ../..
@ -6,6 +6,8 @@ TARGET_TYPE = dynlink
TARGET_NAME = advapi32
TARGET_PCH = advapi32.h
TARGET_CFLAGS = -Wall -Werror -fno-builtin -D__USE_W32API
# TARGET_CFLAGS += -DUNICODE

View file

@ -1,4 +1,4 @@
/* $Id: dllmain.c,v 1.7 2003/02/02 19:26:07 hyperion Exp $
/* $Id: dllmain.c,v 1.8 2004/08/15 17:03:14 chorns Exp $
*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS system libraries
@ -9,9 +9,7 @@
* Created ???
*/
#include <ddk/ntddk.h>
#include <windows.h>
#include "advapi32.h"
#define NDEBUG
#include <debug.h>

View file

@ -1,4 +1,4 @@
/* $Id: hwprofiles.c,v 1.2 2004/06/17 09:07:12 ekohl Exp $
/* $Id: hwprofiles.c,v 1.3 2004/08/15 17:03:14 chorns Exp $
*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS system libraries
@ -8,8 +8,8 @@
* UPDATE HISTORY:
* 20042502
*/
#include <ddk/ntddk.h>
#include <windows.h>
#include "advapi32.h"
#include <debug.h>
/******************************************************************************

View file

@ -1,4 +1,4 @@
/* $Id: logon.c,v 1.10 2004/08/10 21:18:16 gvg Exp $
/* $Id: logon.c,v 1.11 2004/08/15 17:03:14 chorns Exp $
*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS system libraries
@ -7,11 +7,7 @@
* PROGRAMMER: Eric Kohl
*/
#define NTOS_MODE_USER
#include <ntos.h>
#include <windows.h>
#include <string.h>
#include "advapi32.h"
#define NDEBUG
#include <debug.h>

View file

@ -1,4 +1,4 @@
/* $Id: shutdown.c,v 1.11 2004/01/20 01:40:18 ekohl Exp $
/* $Id: shutdown.c,v 1.12 2004/08/15 17:03:14 chorns Exp $
*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS system libraries
@ -10,10 +10,7 @@
* 19990515 EA
*/
#include <windows.h>
#define NTOS_MODE_USER
#include <ntos.h>
#include "advapi32.h"
#define USZ {0,0,0}

View file

@ -1,4 +1,4 @@
/* $Id: sysfunc.c,v 1.7 2003/07/10 15:05:55 chorns Exp $
/* $Id: sysfunc.c,v 1.8 2004/08/15 17:03:14 chorns Exp $
*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS system libraries
@ -9,7 +9,8 @@
* 19990413 EA created
* 19990415 EA
*/
#include <windows.h>
#include "advapi32.h"
/**********************************************************************
* SystemFunction001

View file

@ -1,4 +1,4 @@
/* $Id: reg.c,v 1.53 2004/07/18 23:52:30 navaraf Exp $
/* $Id: reg.c,v 1.54 2004/08/15 17:03:14 chorns Exp $
*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS system libraries
@ -12,14 +12,7 @@
/* INCLUDES *****************************************************************/
#define NTOS_MODE_USER
#include <ntos.h>
#include <ddk/ntddk.h>
#include <rosrtl/string.h>
#include <ntdll/rtl.h>
#include <windows.h>
#include <wchar.h>
#include "advapi32.h"
#define NDEBUG
#include <debug.h>

View file

@ -1,4 +1,4 @@
/* $Id: ac.c,v 1.9 2004/02/25 14:25:11 ekohl Exp $
/* $Id: ac.c,v 1.10 2004/08/15 17:03:15 chorns Exp $
*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS system libraries
@ -6,9 +6,7 @@
* PURPOSE: ACL/ACE functions
*/
#define NTOS_MODE_USER
#include <ntos.h>
#include <windows.h>
#include "advapi32.h"
/* --- ACL --- */

View file

@ -1,4 +1,4 @@
/* $Id: audit.c,v 1.2 2003/07/20 22:11:58 ekohl Exp $
/* $Id: audit.c,v 1.3 2004/08/15 17:03:15 chorns Exp $
*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS system libraries
@ -11,9 +11,7 @@
/* INCLUDES *****************************************************************/
#define NTOS_MODE_USER
#include <ntos.h>
#include <windows.h>
#include "advapi32.h"
/* FUNCTIONS ****************************************************************/

View file

@ -1,4 +1,4 @@
/* $Id: lsa.c,v 1.11 2004/06/17 09:07:12 ekohl Exp $
/* $Id: lsa.c,v 1.12 2004/08/15 17:03:15 chorns Exp $
*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS system libraries
@ -12,9 +12,7 @@
*
*/
#define NTOS_MODE_USER
#include <ntos.h>
#include <windows.h>
#include "advapi32.h"
#include <ntsecapi.h>
#define NDEBUG

View file

@ -1,4 +1,4 @@
/* $Id: misc.c,v 1.21 2004/07/10 14:38:24 weiden Exp $
/* $Id: misc.c,v 1.22 2004/08/15 17:03:15 chorns Exp $
*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS system libraries
@ -6,9 +6,7 @@
* PURPOSE: Miscellaneous security functions
*/
#define NTOS_MODE_USER
#include <ntos.h>
#include <windows.h>
#include "advapi32.h"
#include <accctrl.h>
#define NDEBUG

View file

@ -1,4 +1,4 @@
/* $Id: sec.c,v 1.21 2004/07/11 13:33:40 ekohl Exp $
/* $Id: sec.c,v 1.22 2004/08/15 17:03:15 chorns Exp $
*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS system libraries
@ -11,10 +11,7 @@
* Created 01/11/98
*/
#define NTOS_MODE_USER
#include <windows.h>
#include <ntos.h>
#include "advapi32.h"
#include <debug.h>
/*

View file

@ -1,4 +1,4 @@
/* $Id: sid.c,v 1.13 2004/06/20 23:39:07 gdalsnes Exp $
/* $Id: sid.c,v 1.14 2004/08/15 17:03:15 chorns Exp $
*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS system libraries
@ -6,10 +6,8 @@
* PURPOSE: Security ID functions
*/
#include "advapi32.h"
#include <debug.h>
#define NTOS_MODE_USER
#include <ntos.h>
#include <windows.h>
/*

View file

@ -20,11 +20,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#define NTOS_MODE_USER
#include <ntos.h>
#include <windows.h>
#include <stdarg.h>
#include "advapi32.h"
#define NDEBUG
#include <debug.h>

View file

@ -1,4 +1,4 @@
/* $Id: scm.c,v 1.22 2004/07/03 17:40:21 navaraf Exp $
/* $Id: scm.c,v 1.23 2004/08/15 17:03:15 chorns Exp $
*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS system libraries
@ -12,12 +12,7 @@
/* INCLUDES ******************************************************************/
#define NTOS_MODE_USER
#include <ntos.h>
#include <windows.h>
#include <wchar.h>
#include <tchar.h>
#include "advapi32.h"
#define DBG
#include <debug.h>

View file

@ -1,4 +1,4 @@
/* $Id: sctrl.c,v 1.13 2004/01/20 01:40:19 ekohl Exp $
/* $Id: sctrl.c,v 1.14 2004/08/15 17:03:15 chorns Exp $
*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS system libraries
@ -12,12 +12,7 @@
/* INCLUDES ******************************************************************/
#define NTOS_MODE_USER
#include <ntos.h>
#include <windows.h>
#include <string.h>
#include <wchar.h>
#include "advapi32.h"
#define NDEBUG
#include <debug.h>

View file

@ -1,4 +1,4 @@
/* $Id: undoc.c,v 1.3 2002/09/08 10:22:37 chorns Exp $
/* $Id: undoc.c,v 1.4 2004/08/15 17:03:15 chorns Exp $
*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS system libraries
@ -12,7 +12,8 @@
/* INCLUDES ******************************************************************/
#include <windows.h>
#include "advapi32.h"
/* FUNCTIONS *****************************************************************/

View file

@ -1,4 +1,4 @@
/* $Id: privilege.c,v 1.8 2004/06/17 09:07:12 ekohl Exp $
/* $Id: privilege.c,v 1.9 2004/08/15 17:03:15 chorns Exp $
*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS system libraries
@ -9,9 +9,7 @@
* 20010317 ea stubs
*/
#define NTOS_MODE_USER
#include <ntos.h>
#include <windows.h>
#include "advapi32.h"
/**********************************************************************

View file

@ -1,4 +1,4 @@
/* $Id: token.c,v 1.12 2004/07/12 12:05:49 ekohl Exp $
/* $Id: token.c,v 1.13 2004/08/15 17:03:15 chorns Exp $
*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS system libraries
@ -9,9 +9,8 @@
* Created 01/11/98
*/
#define NTOS_MODE_USER
#include <ntos.h>
#include <windows.h>
#include "advapi32.h"
/*
* @implemented