Diff for /Amaya/amaya/amaya.h between versions 1.271 and 1.272

version 1.271, 2003/10/22 15:18:12 version 1.272, 2003/10/30 17:45:50
Line 41 Line 41
 #define NAME_LENGTH     32  #define NAME_LENGTH     32
   
 #define HTAppName     "amaya"  #define HTAppName     "amaya"
 #define HTAppVersion  "8.1c"  #define HTAppVersion  "8.2"
 #define HTAppDate     __DATE__   #define HTAppDate     __DATE__ 
   
 #define URL_STR       "/"  #define URL_STR       "/"
Line 434  THOT_EXPORT ThotBool   UseDotForFloat; Line 434  THOT_EXPORT ThotBool   UseDotForFloat;
 /*  enabling/disabling DAVLib */  /*  enabling/disabling DAVLib */
 THOT_EXPORT ThotBool   DAVLibEnable;  THOT_EXPORT ThotBool   DAVLibEnable;
 THOT_EXPORT ThotBool   Synchronizing;  THOT_EXPORT ThotBool   Synchronizing;
   THOT_EXPORT ThotBool   AmayaUniqueInstance;
 THOT_EXPORT ThotBool   IdApplyToSelection; /* used in the Make ID menu */  THOT_EXPORT ThotBool   IdApplyToSelection; /* used in the Make ID menu */
 THOT_EXPORT FILE      *ErrFile;  THOT_EXPORT FILE      *ErrFile;
 typedef enum  typedef enum

Removed from v.1.271  
changed lines
  Added in v.1.272


Webmaster