| # | Line 11 | Line 11 | static const char RCSid[] = "$Id$"; | |
|---|---|---|
| 11 | #include "bmpfile.h" | |
| 12 | ||
| 13 | #ifdef getc_unlocked /* avoid horrendous overhead of flockfile */ | |
| 14 | + | #undef getc |
| 15 | + | #undef putc |
| 16 | #define getc getc_unlocked | |
| 17 | #define putc putc_unlocked | |
| 18 | #endif | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |