Diff for /Amaya/amaya/libwww.h between versions 1.38 and 1.39

version 1.38, 2003/01/06 15:42:12 version 1.39, 2003/10/21 16:22:57
Line 23  Things to put in sysdep.h??? Line 23  Things to put in sysdep.h???
 typedef unsigned long ms_t;  typedef unsigned long ms_t;
 /************/  /************/
   
 #ifndef _WINDOWS  
 #ifdef _GTK  #ifdef _GTK
 #if !defined(BOOL)    #if !defined(BOOL)
 typedef char BOOL;      typedef char BOOL;
 #endif    #endif
 #endif  
 #endif  #endif
   
   #ifdef _NOGUI
     #if !defined(BOOL)
       typedef char BOOL;
     #endif
   #endif /* #ifdef _NOGUI */
   
 /* For windows plataforms, to guarantee that   /* For windows plataforms, to guarantee that 
  * HT_DAV option for the libwww WebDAV module   * HT_DAV option for the libwww WebDAV module
  * will be defined.  */   * will be defined.  */

Removed from v.1.38  
changed lines
  Added in v.1.39


Webmaster