ReactOS 0.4.16-dev-2357-g35d0dfe
ftlzw.c File Reference
Include dependency graph for ftlzw.c:

Go to the source code of this file.

Macros

#define FT_ERR_PREFIX   LZW_Err_
 
#define FT_ERR_BASE   FT_Mod_Err_LZW
 

Functions

 FT_Stream_OpenLZW (FT_Stream stream, FT_Stream source)
 

Macro Definition Documentation

◆ FT_ERR_BASE

#define FT_ERR_BASE   FT_Mod_Err_LZW

Definition at line 37 of file ftlzw.c.

◆ FT_ERR_PREFIX

#define FT_ERR_PREFIX   LZW_Err_

Definition at line 36 of file ftlzw.c.

Function Documentation

◆ FT_Stream_OpenLZW()

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().