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.
 
 
 
 
 
 

41 lines
666 B

#ifndef _PRECOMP_H_
#define _PRECOMP_H_
#include <nt.h>
#include <ntrtl.h>
#include <nturtl.h>
#include <windows.h>
#include <stdio.h>
#include <srapi.h>
#include "srdefs.h"
#include "ntservice.h"
#include "flstructs.h"
#include "flbuilder.h"
#include "utils.h"
#include "srrestoreptapi.h"
// use the _ASSERT and _VERIFY in dbgtrace.h
#ifdef _ASSERT
#undef _ASSERT
#endif
#ifdef _VERIFY
#undef _VERIFY
#endif
#include <dbgtrace.h>
#include "datastormgr.h"
#include "srconfig.h"
#include "srrpcs.h"
#include "counter.h"
#include "evthandler.h"
#include "snapshot.h"
#include <accctrl.h>
#include "idletask.h"
#endif