39 lines
886 B
C
39 lines
886 B
C
//-----------------------------------------------------------------------------
|
|
//
|
|
//
|
|
// File: precomp.h
|
|
//
|
|
// Description: Precompiled header for phatq\dsnsink
|
|
//
|
|
// Author: Mike Swafford (MikeSwa)
|
|
//
|
|
// History:
|
|
// 6/15/99 - MikeSwa Created
|
|
// 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 "dsnsink.h"
|
|
#include <transmem.h>
|
|
#include <dbgtrace.h>
|
|
#include <mailmsgprops.h>
|
|
#include <aqerr.h>
|
|
#include <caterr.h>
|
|
#include <time.h>
|
|
#include <stdio.h>
|
|
#include "dsnbuff.h"
|
|
#include "dsntext.h"
|
|
#include "dsnlang.h"
|
|
#include "dsn_utf7.h"
|
|
|
|
//Wrappers for transmem macros
|
|
#include <aqmem.h>
|
|
|
|
#endif //__AQ_PRECOMP_H__
|