components/unrar/patches/04.options.hpp.patch
author Sonam Gupta <sonam.x.gupta@oracle.com>
Mon, 28 Jan 2013 21:25:50 -0800
changeset 1135 7f8ef38770aa
parent 779 0efb89d4efa5
permissions -rw-r--r--
15592427 SUNBT6885855 ghostscript needs to be 64-bit enabled
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