/[freetype]/freetype2/builds/amiga/src/base/ftdebug.c
ViewVC logotype

Diff of /freetype2/builds/amiga/src/base/ftdebug.c

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

revision 1.9 by wl, Fri Mar 25 22:18:01 2005 UTC revision 1.10 by wl, Wed Jun 8 11:56:55 2005 UTC
# Line 1  Line 1 
 /*  
  * TetiSoft: replaced vprintf() with KVPrintF(), commented out exit(),  
  * and replaced getenv() with GetVar()  
  */  
   
 #include <exec/types.h>  
 #include <utility/tagitem.h>  
 #include <dos/exall.h>  
 #include <dos/var.h>  
 #define __NOLIBBASE__  
 #define __NOLOBALIFACE__  
 #define __USE_INLINE__  
 #include <proto/dos.h>  
 #include <clib/debug_protos.h>  
   
 #ifndef __amigaos4__  
 extern struct Library *DOSBase;  
 #else  
 extern struct DOSIFace *IDOS;  
 #endif  
   
1  /***************************************************************************/  /***************************************************************************/
2  /*                                                                         */  /*                                                                         */
3  /*  ftdebug.c                                                              */  /*  ftdebug.c                                                              */
4  /*                                                                         */  /*                                                                         */
5  /*    Debugging and logging component (body).                              */  /*    Debugging and logging component (body).                              */
6  /*                                                                         */  /*                                                                         */
7  /*  Copyright 1996-2001, 2002, 2004 by                                     */  /*  Copyright 1996-2001, 2002, 2004, 2005 by                               */
8  /*  David Turner, Robert Wilhelm, and Werner Lemberg.                      */  /*  David Turner, Robert Wilhelm, Werner Lemberg and Detlef Würkner.       */
9  /*                                                                         */  /*                                                                         */
10  /*  This file is part of the FreeType project, and may only be used,       */  /*  This file is part of the FreeType project, and may only be used,       */
11  /*  modified, and distributed under the terms of the FreeType project      */  /*  modified, and distributed under the terms of the FreeType project      */
# Line 62  extern struct DOSIFace *IDOS; Line 41  extern struct DOSIFace *IDOS;
41    /*************************************************************************/    /*************************************************************************/
42    
43    
44    /*
45     * Based on the default ftdebug.c,
46     * replaced vprintf() with KVPrintF(),
47     * commented out exit(),
48     * replaced getenv() with GetVar().
49     */
50    
51    #include <exec/types.h>
52    #include <utility/tagitem.h>
53    #include <dos/exall.h>
54    #include <dos/var.h>
55    #define __NOLIBBASE__
56    #define __NOLOBALIFACE__
57    #define __USE_INLINE__
58    #include <proto/dos.h>
59    #include <clib/debug_protos.h>
60    
61    #ifndef __amigaos4__
62    extern struct Library *DOSBase;
63    #else
64    extern struct DOSIFace *IDOS;
65    #endif
66    
67    
68  #include <ft2build.h>  #include <ft2build.h>
69  #include FT_FREETYPE_H  #include FT_FREETYPE_H
70  #include FT_INTERNAL_DEBUG_H  #include FT_INTERNAL_DEBUG_H
# Line 268  extern struct DOSIFace *IDOS; Line 271  extern struct DOSIFace *IDOS;
271    
272  #endif /* !FT_DEBUG_LEVEL_TRACE */  #endif /* !FT_DEBUG_LEVEL_TRACE */
273    
274    /*
275    Local Variables:
276    coding: latin-1
277    End:
278    */
279  /* END */  /* END */

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

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