/*++

Copyright (c) 2000 Microsoft Corporation

Module Name:

    stdh.h

Abstract:

    Standard header file used for precompilation.

Author:

    Ilan Herbst  (ilanh)  13-Jun-2000

Environment:

    Platform-independent

Revision History:

--*/


#ifndef _ENCRYPTTEST_STDH_H_
#define _ENCRYPTTEST_STDH_H_

#include <libpch.h>


#endif // _ENCRYPTTEST_STDH_H_

