1 |
|
/* |
2 |
|
* extfs_amiga.cpp - MacOS file system for access native file system access, AmigaOS specific stuff |
3 |
|
* |
4 |
< |
* Basilisk II (C) 1997-2000 Christian Bauer |
4 |
> |
* Basilisk II (C) 1997-2001 Christian Bauer |
5 |
|
* |
6 |
|
* This program is free software; you can redistribute it and/or modify |
7 |
|
* it under the terms of the GNU General Public License as published by |
156 |
|
{".z", FOURCC('Z','I','V','M'), FOURCC('L','Z','I','V')}, |
157 |
|
{".gz", FOURCC('G','z','i','p'), FOURCC('G','z','i','p')}, |
158 |
|
{".hqx", FOURCC('T','E','X','T'), FOURCC('S','I','T','x')}, |
159 |
+ |
{".bin", FOURCC('T','E','X','T'), FOURCC('S','I','T','x')}, |
160 |
|
{".pdf", FOURCC('P','D','F',' '), FOURCC('C','A','R','O')}, |
161 |
|
{".ps", FOURCC('T','E','X','T'), FOURCC('t','t','x','t')}, |
162 |
|
{".sit", FOURCC('S','I','T','!'), FOURCC('S','I','T','x')}, |