mirror of
https://github.com/reactos/reactos.git
synced 2025-03-10 18:24:02 +00:00
Removed useless debug messages and header files
svn path=/trunk/; revision=1007
This commit is contained in:
parent
ac8c87276f
commit
0723b7c345
8 changed files with 3 additions and 26 deletions
|
@ -1,13 +0,0 @@
|
|||
/*
|
||||
*
|
||||
*/
|
||||
|
||||
#include "stddef.h"
|
||||
|
||||
typedef struct
|
||||
{
|
||||
char* name;
|
||||
unsigned int value;
|
||||
} export;
|
||||
|
||||
extern export symbol_table[];
|
|
@ -13,7 +13,6 @@
|
|||
#include <ddk/ntddk.h>
|
||||
#include <internal/ntoskrnl.h>
|
||||
#include <internal/ke.h>
|
||||
#include <internal/symbol.h>
|
||||
#include <internal/i386/segment.h>
|
||||
#include <internal/mmhal.h>
|
||||
#include <internal/module.h>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $Id: usercall.c,v 1.8 2000/02/22 20:50:07 ekohl Exp $
|
||||
/* $Id: usercall.c,v 1.9 2000/02/25 00:33:30 ekohl Exp $
|
||||
*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS kernel
|
||||
|
@ -12,7 +12,6 @@
|
|||
#include <ddk/ntddk.h>
|
||||
#include <internal/ntoskrnl.h>
|
||||
#include <internal/ke.h>
|
||||
#include <internal/symbol.h>
|
||||
#include <internal/i386/segment.h>
|
||||
#include <internal/mmhal.h>
|
||||
|
||||
|
|
|
@ -26,7 +26,6 @@
|
|||
#include <internal/ps.h>
|
||||
#include <string.h>
|
||||
#include <internal/string.h>
|
||||
#include <internal/symbol.h>
|
||||
#include <internal/teb.h>
|
||||
#include <internal/ldr.h>
|
||||
|
||||
|
@ -173,7 +172,7 @@ NTSTATUS LdrLoadInitialProcess (VOID)
|
|||
DPRINT("Dereferencing process\n");
|
||||
// ObDereferenceObject(Process);
|
||||
|
||||
DbgPrint ("Stack size %x\n", StackSize);
|
||||
DPRINT("Stack size %x\n", StackSize);
|
||||
DPRINT("Allocating virtual memory\n");
|
||||
Status = ZwAllocateVirtualMemory(ProcessHandle,
|
||||
(PVOID*)&StackBase,
|
||||
|
@ -196,9 +195,6 @@ NTSTATUS LdrLoadInitialProcess (VOID)
|
|||
Peb->ImageBaseAddress);
|
||||
KeDetachProcess();
|
||||
|
||||
|
||||
DbgPrint ("NTOSKRNL: Peb = %x\n", Peb);
|
||||
|
||||
/*
|
||||
* Initialize context to point to LdrStartup
|
||||
*/
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $Id: loader.c,v 1.46 2000/02/13 16:05:18 dwelch Exp $
|
||||
/* $Id: loader.c,v 1.47 2000/02/25 00:32:04 ekohl Exp $
|
||||
*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS kernel
|
||||
|
@ -29,7 +29,6 @@
|
|||
#include <internal/ps.h>
|
||||
#include <string.h>
|
||||
#include <internal/string.h>
|
||||
#include <internal/symbol.h>
|
||||
|
||||
#define NDEBUG
|
||||
#include <internal/debug.h>
|
||||
|
|
|
@ -18,7 +18,6 @@
|
|||
#include <internal/ps.h>
|
||||
#include <string.h>
|
||||
#include <internal/string.h>
|
||||
#include <internal/symbol.h>
|
||||
#include <internal/teb.h>
|
||||
#include <internal/ldr.h>
|
||||
|
||||
|
|
|
@ -20,7 +20,6 @@
|
|||
#include <internal/ps.h>
|
||||
#include <string.h>
|
||||
#include <internal/string.h>
|
||||
#include <internal/symbol.h>
|
||||
#include <internal/teb.h>
|
||||
|
||||
#define NDEBUG
|
||||
|
|
|
@ -20,7 +20,6 @@
|
|||
#include <internal/ps.h>
|
||||
#include <string.h>
|
||||
#include <internal/string.h>
|
||||
#include <internal/symbol.h>
|
||||
#include <internal/teb.h>
|
||||
#include <internal/ldr.h>
|
||||
|
||||
|
|
Loading…
Reference in a new issue