/*++

Copyright (c) 1996 Microsoft Corporation

Module Name:

    _mqbegin.h

Abstract:

    Head of Falcon SDK file mq.h

Author:

    Erez Haba (erezh) 24-Jan-96

--*/

// begin_mq_h
/*++

Copyright (c) 1996-2001, Microsoft Corporation

Module Name:

    mq.h

Abstract:

    Master include file for Message Queuing applications

--*/

#ifndef __MQ_H__
#define __MQ_H__

#if defined (_MSC_VER) && (_MSC_VER >= 1020)
#pragma once
#endif


#ifndef __ITransaction_FWD_DEFINED__
#define __ITransaction_FWD_DEFINED__
typedef interface ITransaction ITransaction;
#endif  // __ITransaction_FWD_DEFINED__

// end_mq_h
