Diff for /Amaya/amaya/query.c between versions 1.348 and 1.349

version 1.348, 2004/09/01 13:10:12 version 1.349, 2004/09/28 16:21:14
Line 1832  static void         AHTProtocolInit (voi Line 1832  static void         AHTProtocolInit (voi
   /* TODO: verifier que le param YES est adapte pour WX */    /* TODO: verifier que le param YES est adapte pour WX */
   HTProtocol_add ("file", "local", 0, YES, HTLoadFile, NULL);    HTProtocol_add ("file", "local", 0, YES, HTLoadFile, NULL);
 #endif /* _WINDOWS */  #endif /* _WINDOWS */
 #if defined(_GTK) || defined(_NOGUI)  #if defined(_GTK) || defined(_WX)
   HTProtocol_add ("file", "local", 0, NO, HTLoadFile, NULL);    HTProtocol_add ("file", "local", 0, NO, HTLoadFile, NULL);
 #endif /* #if defined(_GTK) || defined(_NOGUI) */  #endif /* #if defined(_GTK) || defined(_WX) */
   
 #ifdef AMAYA_WWW_CACHE  #ifdef AMAYA_WWW_CACHE
    HTProtocol_add("cache",  "local", 0, YES, HTLoadCache, NULL);     HTProtocol_add("cache",  "local", 0, YES, HTLoadCache, NULL);

Removed from v.1.348  
changed lines
  Added in v.1.349


Webmaster