Diff for /Amaya/amaya/HTMLbook.c between versions 1.71 and 1.72

version 1.71, 2000/06/13 16:31:42 version 1.72, 2000/06/22 08:34:05
Line 408  Document            document; Line 408  Document            document;
   
   
 /*----------------------------------------------------------------------  /*----------------------------------------------------------------------
    PrintAs prints the document using predefined parameters.     PrintDocument prints the document using predefined parameters.
    ----------------------------------------------------------------------*/       ----------------------------------------------------------------------*/  
 #ifdef __STDC__  #ifdef __STDC__
 static void         PrintDocument (Document doc, View view)  static void         PrintDocument (Document doc, View view)
Line 531  void                PrintAs (doc, view) Line 531  void                PrintAs (doc, view)
 Document            doc;  Document            doc;
 #endif /* __STDC__ */  #endif /* __STDC__ */
 {  {
 #ifdef _WINDOWS   #ifdef _WINDOWS
   SetupAndPrint (doc, view);    DocPrint = doc;
     ReusePrinterDC ();
 #else /* _WINDOWS */  #else /* _WINDOWS */
   PrintDocument (doc, view);    PrintDocument (doc, view);
 #endif /* _WINDOWS */  #endif /* _WINDOWS */

Removed from v.1.71  
changed lines
  Added in v.1.72


Webmaster