ReactOS 0.4.16-dev-2357-g35d0dfe
ftlzw.h File Reference
Include dependency graph for ftlzw.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

FT_BEGIN_HEADER FT_Stream_OpenLZW (FT_Stream stream, FT_Stream source)
 

Function Documentation

◆ FT_Stream_OpenLZW()

FT_BEGIN_HEADER FT_Stream_OpenLZW ( FT_Stream  stream,
FT_Stream  source 
)

Definition at line 402 of file ftlzw.c.

404 {
405 FT_UNUSED( stream );
406 FT_UNUSED( source );
407
408 return FT_THROW( Unimplemented_Feature );
409 }
#define FT_THROW(e)
Definition: ftdebug.h:243
#define FT_UNUSED(arg)
Definition: parse.h:23

Referenced by PCF_Face_Init().