Diff for /Amaya/amaya/libwww.h between versions 1.30 and 1.31

version 1.30, 2001/03/16 16:40:28 version 1.31, 2001/06/28 11:05:22
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
   #if !defined(BOOL)
   typedef char BOOL;
   #endif
   #endif
   
 #include "WWWLib.h"  #include "WWWLib.h"
 #include "AHTInit.h"  #include "AHTInit.h"
 #include "WWWApp.h"  #include "WWWApp.h"

Removed from v.1.30  
changed lines
  Added in v.1.31


Webmaster