
/*******************************************************************************

Copyright (c) 1995_96 Microsoft Corporation

Abstract:

    {Insert General Comment Here}

*******************************************************************************/


#ifndef _HEADERS_H
#define _HEADERS_H

#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#include <dalibc.h>

#endif /* _HEADERS_H */
