components/unrar/patches/04.options.hpp.patch
author Mike Sullivan <Mike.Sullivan@Oracle.COM>
Mon, 11 Mar 2013 10:38:09 -0700
branchs11-update
changeset 2520 ceec631e74d1
parent 779 0efb89d4efa5
permissions -rw-r--r--
Close of build 10.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
779
0efb89d4efa5 7161382 Update unrar to version 4.1.4
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     1
--- options.hpp.orig	2012-04-17 10:53:02.384081275 -0700
0efb89d4efa5 7161382 Update unrar to version 4.1.4
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     2
+++ options.hpp	2012-04-17 10:53:11.332633173 -0700
0efb89d4efa5 7161382 Update unrar to version 4.1.4
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     3
@@ -35,7 +35,7 @@
0efb89d4efa5 7161382 Update unrar to version 4.1.4
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     4
   RECURSE_NONE=0,    // no recurse switches
0efb89d4efa5 7161382 Update unrar to version 4.1.4
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     5
   RECURSE_DISABLE,   // switch -r-
0efb89d4efa5 7161382 Update unrar to version 4.1.4
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     6
   RECURSE_ALWAYS,    // switch -r
0efb89d4efa5 7161382 Update unrar to version 4.1.4
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     7
-  RECURSE_WILDCARDS, // switch -r0
0efb89d4efa5 7161382 Update unrar to version 4.1.4
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     8
+  RECURSE_WILDCARDS  // switch -r0
0efb89d4efa5 7161382 Update unrar to version 4.1.4
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     9
 };
0efb89d4efa5 7161382 Update unrar to version 4.1.4
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    10
 
0efb89d4efa5 7161382 Update unrar to version 4.1.4
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    11
 enum OVERWRITE_MODE