// Copyright (c) 1996-1998 Microsoft Corporation

// Module name:		LogElle.c
// Author:			Micky Snir (mickys)
// Date:			

#ifndef __TIFF_TOOLS_WRAPPER_H__
#define __TIFF_TOOLS_WRAPPER_H__

#ifdef __cplusplus
extern "C"
{
#endif
        
#include "..\tiff\tifftools\TiffTools.h"

#ifdef __cplusplus
}
#endif


#endif //__TIFF_TOOLS_WRAPPER_H__