42 lines
1.5 KiB
C++
42 lines
1.5 KiB
C++
// CodeGear C++Builder
|
|
// Copyright (c) 1995, 2025 by Embarcadero Technologies, Inc.
|
|
// All rights reserved
|
|
|
|
// (DO NOT EDIT: machine generated header) 'tiflzw.pas' rev: 37.00 (Windows)
|
|
|
|
#ifndef tiflzwHPP
|
|
#define tiflzwHPP
|
|
|
|
#pragma delphiheader begin
|
|
#pragma option push
|
|
#if defined(__BORLANDC__) && !defined(__clang__)
|
|
#pragma option -w- // All warnings off
|
|
#pragma option -Vx // Zero-length empty class member
|
|
#endif
|
|
#pragma pack(push,8)
|
|
#include <System.hpp>
|
|
#include <SysInit.hpp>
|
|
#include <Winapi.Windows.hpp>
|
|
#include <System.Classes.hpp>
|
|
#include <System.SysUtils.hpp>
|
|
|
|
//-- user supplied -----------------------------------------------------------
|
|
|
|
namespace Tiflzw
|
|
{
|
|
//-- forward type declarations -----------------------------------------------
|
|
//-- type declarations -------------------------------------------------------
|
|
//-- var, const, procedure ---------------------------------------------------
|
|
extern DELPHI_PACKAGE Winapi::Windows::PByte __fastcall TIFFLZWDecompress(Winapi::Windows::PByte CompBuf, int LineSize, void * &Id, int FillOrder);
|
|
extern DELPHI_PACKAGE void __fastcall TIFFLZWCompress(Winapi::Windows::PByte indata, int inputlen, System::Classes::TStream* outstream, void * &id);
|
|
} /* namespace Tiflzw */
|
|
#if !defined(DELPHIHEADER_NO_IMPLICIT_NAMESPACE_USE) && !defined(NO_USING_NAMESPACE_TIFLZW)
|
|
using namespace Tiflzw;
|
|
#endif
|
|
#pragma pack(pop)
|
|
#pragma option pop
|
|
|
|
#pragma delphiheader end.
|
|
//-- end unit ----------------------------------------------------------------
|
|
#endif // tiflzwHPP
|