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.
 
 
 
 
 
 

62 lines
1.4 KiB

//-----------------------------------------------------------------------------
//
//
// File: precomp.h
//
// Description: Precompiled header for phatq\cat\ldapstor
//
// Author: Mike Swafford (MikeSwa)
//
// History:
// 7/15/99 - MikeSwa Moved to transmt
//
// Copyright (C) 1999 Microsoft Corporation
//
//-----------------------------------------------------------------------------
#ifndef __AQ_PRECOMP_H__
#define __AQ_PRECOMP_H__
//Includes from external directories
#include <stdio.h>
#include <stdlib.h>
#include <malloc.h>
#include <windows.h>
#include <dbgtrace.h>
#include <listmacr.h>
#include "spinlock.h"
#include <lmcons.h>
#include <dsgetdc.h>
#include <lmapibuf.h>
#include <time.h>
#include "caterr.h"
#include "smtpevent.h"
#include <transmem.h>
#include <winldap.h>
#include <perfcat.h>
#include <catperf.h>
#include <codepageconvert.h>
//Local includes
#ifdef PLATINUM
#include <ptntintf.h>
#include <ptntdefs.h>
#define AQ_MODULE_NAME "phatq"
#else //not PLATINUM
#define AQ_MODULE_NAME "aqueue"
#endif //PLATINUM
#include "catdebug.h"
#include "idstore.h"
#include "pldapwrap.h"
#include "ccat.h"
#include "ccatfn.h"
#include "globals.h"
#include "asyncctx.h"
#include "ccataddr.h"
#include "icatasync.h"
#include <smtpseo.h>
#include "catglobals.h"
#include "catdebug.h"
#endif //__AQ_PRECOMP_H__