Skip to content
Snippets Groups Projects
Commit 75618202 authored by Brian Carrier's avatar Brian Carrier
Browse files

Added ifndef around TSK_USE_HFS

parent eb0751e7
No related branches found
No related tags found
No related merge requests found
...@@ -68,6 +68,9 @@ Reported by Phil Peacock. ...@@ -68,6 +68,9 @@ Reported by Phil Peacock.
9/25/08: Bug Fix: Added O_BINARY to open() in raw and split because Cygwin 9/25/08: Bug Fix: Added O_BINARY to open() in raw and split because Cygwin
was having problems. Reported by Mark Stam. was having problems. Reported by Mark Stam.
10/1/08: Update: Added ifndef to TSK_USE_HFS define to allow people
to define it on the command line. Patch by RB.
---------------- VERSION 2.52 -------------- ---------------- VERSION 2.52 --------------
2/12/08: Bug Fix: Fixed warning messages in mactime about non-Numeric 2/12/08: Bug Fix: Fixed warning messages in mactime about non-Numeric
......
...@@ -52,7 +52,9 @@ extern "C" { ...@@ -52,7 +52,9 @@ extern "C" {
#endif #endif
// set to 1 to open HFS+ file systems -- which is not fully tested // set to 1 to open HFS+ file systems -- which is not fully tested
#ifndef TSK_USE_HFS
#define TSK_USE_HFS 0 #define TSK_USE_HFS 0
#endif
#ifndef NBBY #ifndef NBBY
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment