/*++

Copyright (c) 1995 Microsoft Corporation

Module Name:
    libpch.h

Abstract:
    MSMQ Static Libraries master include file

Author:
    Erez Haba (erezh) 20-Dec-98

--*/

#pragma once

#ifndef _MSMQ_LIBPCH_H_
#define _MSMQ_LIBPCH_H_


#include <mqenv.h>
#include <mqmacro.h>
#include <mqstl.h>

#include <tr.h>
#include <cs.h>
#include <autoptr.h>
#include <autohandle.h>
#include <ref.h>


#endif // _MSMQ_LIBPCH_H_