| # | Line 2 | Line 2 | |
|---|---|---|
| 2 | #define __ZCONSWRITER_H__ | |
| 3 | ||
| 4 | #define _LARGEFILE_SOURCE64 | |
| 5 | < | #define _FILE_OFFSET_BITS 64 |
| 5 | > | # ifndef _FILE_OFFSET_BITS |
| 6 | > | # define _FILE_OFFSET_BITS 64 |
| 7 | > | # endif |
| 8 | ||
| 9 | #include <iostream> | |
| 10 | #include <fstream> | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |