/*++

Copyright (c) 2000 Microsoft Corporation

Module Name:

    stdh.h

Abstract:

    Standard header file used for precompilation.

Author:

    Ilan Herbst  (ilanh)  26-Jun-2000

Environment:

    Platform-independent

Revision History:

--*/


#ifndef _MQDSSVC_STDH_H_
#define _MQDSSVC_STDH_H_

#include <_Stdh.h>

#include "mqtypes.h"

#endif // _MQDSSVC_STDH_H_

