~ubuntu-branches/ubuntu/wily/unrar-nonfree/wily-proposed

« back to all changes in this revision

Viewing changes to rdwrfn.hpp

  • Committer: Package Import Robot
  • Author(s): Martin Meredith
  • Date: 2012-02-14 22:39:32 UTC
  • mfrom: (1.2.12)
  • Revision ID: package-import@ubuntu.com-20120214223932-wi7jd1zvqed61bw2
Tags: 1:4.1.4-1
* New upstream release
* Updated Watch file
* Added build-indep and build-arch to rules file

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
    FileHeader *SubHead;
38
38
    int64 *SubHeadPos;
39
39
 
40
 
#ifndef NOCRYPT
 
40
#ifndef RAR_NOCRYPT
41
41
    CryptData Crypt;
42
42
    CryptData Decrypt;
43
43
#endif