1
0
mirror of https://github.com/php/php-src.git synced 2026-04-09 09:03:04 +02:00

Missing define

This commit is contained in:
Rasmus Lerdorf
2001-08-16 23:31:54 +00:00
parent b1b4afa64e
commit b732d8da35

View File

@@ -176,6 +176,7 @@ PHP_MINFO_FUNCTION(exif)
#define M_SOI 0xD8 /* Start Of Image (beginning of datastream) */
#define M_EOI 0xD9 /* End Of Image (end of datastream) */
#define M_SOS 0xDA /* Start Of Scan (begins compressed data) */
#define M_JFIF 0xE0
#define M_EXIF 0xE1
#define M_COM 0xFE /* COMment */