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

git-svn-id: svn://10.0.0.236/trunk@4952 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
pierre 1998-07-02 23:32:15 +00:00
parent 91626f8759
commit 4a0ecc19d2

View File

@ -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;