Fixing Mac MOZ_MEDIUM: ifndef'd XP_MAC the "misc temp kludges"

This commit is contained in:
pierre 1998-07-02 23:32:15 +00:00
Родитель 52d84888b7
Коммит 33ef4c66b9
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -63,6 +63,8 @@ typedef struct AB_Row AB_Row;
#define AB_Row_typedef 1
#endif
#ifndef XP_MAC
/* ===== ===== ===== ===== misc temp kludge defines ===== ===== ===== ===== */
// artifacts of supporting an experimental file format with the old format:
@ -70,6 +72,7 @@ typedef struct AB_Row AB_Row;
//#define AB_CONFIG_USE_GROMIT_FILE_FORMAT 1
/* ===== ===== ===== ===== forwards ===== ===== ===== ===== */
#endif /* XP_MAC */
class ab_Change;
class ab_ColumnSet;