/[freetype]/freetype2/builds/vms/ftsystem.c
ViewVC logotype

Diff of /freetype2/builds/vms/ftsystem.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.8 by werner, Fri Mar 29 07:43:03 2002 UTC revision 1.9 by olvaffe, Fri Nov 18 04:29:31 2005 UTC
# Line 203  Line 203 
203    
204    /* documentation is in ftobjs.h */    /* documentation is in ftobjs.h */
205    
206    FT_EXPORT_DEF( FT_Error )    FT_BASE_DEF( FT_Error )
207    FT_Stream_Open( FT_Stream    stream,    FT_Stream_Open( FT_Stream    stream,
208                    const char*  filepathname )                    const char*  filepathname )
209    {    {
# Line 284  Line 284 
284    
285    /* documentation is in ftobjs.h */    /* documentation is in ftobjs.h */
286    
287    FT_EXPORT_DEF( FT_Memory )    FT_BASE_DEF( FT_Memory )
288    FT_New_Memory( void )    FT_New_Memory( void )
289    {    {
290      FT_Memory  memory;      FT_Memory  memory;
# Line 308  Line 308 
308    
309    /* documentation is in ftobjs.h */    /* documentation is in ftobjs.h */
310    
311    FT_EXPORT_DEF( void )    FT_BASE_DEF( void )
312    FT_Done_Memory( FT_Memory  memory )    FT_Done_Memory( FT_Memory  memory )
313    {    {
314  #ifdef FT_DEBUG_MEMORY  #ifdef FT_DEBUG_MEMORY

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26