diff options
author | Christophe Grenier <[email protected]> | 2007-12-23 14:54:58 +0100 |
---|---|---|
committer | Christophe Grenier <[email protected]> | 2007-12-23 14:54:58 +0100 |
commit | bda51eefe0ca607de7703da6dc9e9413cf71ab25 (patch) | |
tree | 4633ec468707c407ebf6d30c1708ba97809e7fcb /src/photorec.c | |
parent | 745062401f92300b9c54cb3fa4ef91e608d1cf04 (diff) |
Remove header_check from struct file_hint_struct
Add Microsoft Visual Studio Resource file .res support
Diffstat (limited to 'src/photorec.c')
-rw-r--r-- | src/photorec.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/photorec.c b/src/photorec.c index c70c79c1..29dd785d 100644 --- a/src/photorec.c +++ b/src/photorec.c @@ -170,6 +170,7 @@ extern const file_hint_t file_hint_rar; extern const file_hint_t file_hint_raw; extern const file_hint_t file_hint_rdc; extern const file_hint_t file_hint_reg; +extern const file_hint_t file_hint_res; extern const file_hint_t file_hint_riff; extern const file_hint_t file_hint_rm; extern const file_hint_t file_hint_rns; @@ -839,6 +840,7 @@ int main( int argc, char **argv ) { .enable=1, .file_hint=&file_hint_raw }, { .enable=1, .file_hint=&file_hint_rdc }, { .enable=1, .file_hint=&file_hint_reg }, + { .enable=1, .file_hint=&file_hint_res }, { .enable=1, .file_hint=&file_hint_riff }, { .enable=1, .file_hint=&file_hint_rm }, { .enable=1, .file_hint=&file_hint_rns }, |