Diff for /Amaya/amaya/amaya.h between versions 1.62 and 1.63

version 1.62, 1998/07/27 17:48:28 version 1.63, 1998/08/20 15:10:08
Line 135  typedef char        AmayaReadChar (); Line 135  typedef char        AmayaReadChar ();
 /* Prevents a stop race condition in ASYNC transfers */  /* Prevents a stop race condition in ASYNC transfers */
 #define AMAYA_ASYNC_SAFE_STOP  256  #define AMAYA_ASYNC_SAFE_STOP  256
 #define AMAYA_LOAD_CSS   512  #define AMAYA_LOAD_CSS   512
   #else
   #define AMAYA_ASYNC_SAFE_STOP  0
   #define AMAYA_LOAD_CSS   0
 #endif /* ! AMAYA_JAVA */  #endif /* ! AMAYA_JAVA */
 /*  /*
  * Flags to indicate the status of the network requests associated   * Flags to indicate the status of the network requests associated

Removed from v.1.62  
changed lines
  Added in v.1.63


Webmaster