--- BasiliskII/src/include/extfs_defs.h 1999/10/19 17:41:42 1.1 +++ BasiliskII/src/include/extfs_defs.h 2000/07/22 16:07:22 1.3 @@ -1,7 +1,7 @@ /* * extfs_defs.h - MacOS types and structures for external file system * - * Basilisk II (C) 1997-1999 Christian Bauer + * Basilisk II (C) 1997-2000 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -25,7 +25,7 @@ // Gestalt selectors enum { - gestaltFSAttr = 'fs ', + gestaltFSAttr = FOURCC('f','s',' ',' '), gestaltFullExtFSDispatching = 0, gestaltHasFSSpecCalls = 1, gestaltHasFileSystemManager = 2, @@ -37,7 +37,7 @@ enum { }; enum { - gestaltFSMVersion = 'fsm ' + gestaltFSMVersion = FOURCC('f','s','m',' ') }; // File attributes