Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

25 lines
392 B

#pragma once
#include <scpragma.h>
// Private nt headers.
//
#include <nt.h>
#include <ntrtl.h>
#include <nturtl.h>
// Public windows headers.
//
#include <windows.h>
#include <svcs.h>
#include <objbase.h>
#include <regstr.h>
#include <stdio.h>
// Local headers which don't change
// and are included by all modules.
//
#include "scdebug.h"
#include "memory.h"