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