Diff for /libwww/Library/src/HTAccess.html between versions 2.48 and 2.49

version 2.48, 1995/05/18 14:46:02 version 2.49, 1995/05/19 00:52:56
Line 577  point. Line 577  point.
 These fields are used by the HTTP access authentication used by a  These fields are used by the HTTP access authentication used by a
 client application.  client application.
   
   <H3>Windows Specific Information</H3>
   
   <PRE>
   #ifdef _WINDOWS 
           HWND            hwnd;           /* Windows handle for MSWindows   */
           unsigned long   winMsg;         /* msg number of Windows eloop    */
   #endif /* _WINDOWS */
   </PRE>
   
 <PRE>  <PRE>
 };  };
 </PRE>  </PRE>

Removed from v.2.48  
changed lines
  Added in v.2.49


Webmaster