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.
18 lines
292 B
18 lines
292 B
#ifndef _PRECOMP_H_
|
|
#define _PRECOMP_H_
|
|
|
|
#include <nt.h>
|
|
#include <ntrtl.h>
|
|
#include <nturtl.h>
|
|
#include <windows.h>
|
|
#include <stdio.h>
|
|
|
|
#include "srdefs.h"
|
|
#include <dbgtrace.h>
|
|
//#include "rwlock.h"
|
|
|
|
#include "logfmt.h"
|
|
#include "srrpcapi.h"
|
|
|
|
#include "enumlogs.h"
|
|
#endif
|