Subversion Repositories autosfx

Rev

Blame | Last modification | View Log | RSS feed

  1. //---------------------------------------------------------------------------
  2.  
  3. #ifndef enterH
  4. #define enterH
  5.  
  6. /* enter.h
  7. ************************************************************************
  8.  Copyright (C) 2009, 2010  by Russell J. Peters, Roger Aelbrecht
  9.  
  10.    This file is part of TZipMaster Version 1.9.
  11.  
  12.     TZipMaster is free software: you can redistribute it and/or modify
  13.     it under the terms of the GNU Lesser General Public License as published by
  14.     the Free Software Foundation, either version 3 of the License, or
  15.     (at your option) any later version.
  16.  
  17.     TZipMaster is distributed in the hope that it will be useful,
  18.     but WITHOUT ANY WARRANTY; without even the implied warranty of
  19.     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  20.     GNU Lesser General Public License for more details.
  21.  
  22.     You should have received a copy of the GNU Lesser General Public License
  23.     along with TZipMaster.  If not, see <http://www.gnu.org/licenses/>.
  24.  
  25.     contact: problems@delphizip.org (include ZipMaster in the subject).
  26.     updates: http://www.delphizip.org
  27.     DelphiZip maillist subscribe at http://www.freelists.org/list/delphizip
  28. ************************************************************************
  29.  
  30.   last modified 2009-07-05
  31. ---------------------------------------------------------------------------*/
  32.  
  33. extern int UCount;  
  34. extern int ZCount;
  35. extern unsigned int FCount;                
  36.  
  37. extern bool IsNTorAbove;
  38.  
  39. #endif
  40.  
  41.  
  42.  
  43.  
  44.