| # | Line 20 | Line 20 | static BYTE *g_mant = NULL, *g_nexp = NULL; | |
|---|---|---|
| 20 | ||
| 21 | static BYTE (*g_bval)[256] = NULL; | |
| 22 | ||
| 23 | + | #ifndef pow |
| 24 | extern double pow(); | |
| 25 | + | #endif |
| 26 | ||
| 27 | ||
| 28 | setcolrcor(f, a2) /* set brightness correction */ | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |