Fix previous commit
Define JERR_UNSUPPORTED_SUSPEND in correct header file
This commit is contained in:
@@ -127,8 +127,6 @@ JMESSAGE(JERR_UNSUPPORTED_FORMAT, "Unsupported output file format")
|
|||||||
JMESSAGE(JERR_PNG_ERROR, "Unable to read PNG file: %s")
|
JMESSAGE(JERR_PNG_ERROR, "Unable to read PNG file: %s")
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
JMESSAGE(JERR_UNSUPPORTED_SUSPEND, "I/O suspension not supported in scan optimization")
|
|
||||||
|
|
||||||
#ifdef JMAKE_ENUM_LIST
|
#ifdef JMAKE_ENUM_LIST
|
||||||
|
|
||||||
JMSG_LASTADDONCODE
|
JMSG_LASTADDONCODE
|
||||||
|
|||||||
2
jerror.h
2
jerror.h
@@ -210,6 +210,8 @@ JMESSAGE(JWRN_ARITH_BAD_CODE, "Corrupt JPEG data: bad arithmetic code")
|
|||||||
JMESSAGE(JERR_BAD_PARAM, "Bogus parameter")
|
JMESSAGE(JERR_BAD_PARAM, "Bogus parameter")
|
||||||
JMESSAGE(JERR_BAD_PARAM_VALUE, "Bogus parameter value")
|
JMESSAGE(JERR_BAD_PARAM_VALUE, "Bogus parameter value")
|
||||||
|
|
||||||
|
JMESSAGE(JERR_UNSUPPORTED_SUSPEND, "I/O suspension not supported in scan optimization")
|
||||||
|
|
||||||
#ifdef JMAKE_ENUM_LIST
|
#ifdef JMAKE_ENUM_LIST
|
||||||
|
|
||||||
JMSG_LASTMSGCODE
|
JMSG_LASTMSGCODE
|
||||||
|
|||||||
Reference in New Issue
Block a user